#0630AC

Color #0630AC International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0630AC

Tints of International Klein Blue #0630AC

Color information

#0630AC (or 0x0630AC) is unknown color: approx International Klein Blue. HEX triplet: 06, 30 and AC. RGB value is (6,48,172). Sum of RGB (Red+Green+Blue) = 6+48+172=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #0630AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0630AC is #F9CF53. Grayscale: #313131. Windows color (decimal): -16371540 or 11284486. OLE color: 11284486.

HSL color Cylindrical-coordinate representation of color #0630AC: hue angle of 224.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630AC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB648172-
CMYK0.970.7200.33
HSL224.82º93.26%34.9%-
HSV(B)224.82º96.51%67.45%-
XYZ8.585.1339.57-
YUV49.58197.0996.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 172 (67.58% from 255) = 76.11%
R=2.65%
G=21.24%
B=76.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6481720.970.7200.33224.8293.2634.9
Hex630AC6148021e15d23
Octal66025414111004134113543
Binary11011000010101100110000110010000100001111000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0630AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0630AC; }

 p { color: rgb(6,48,172); }

 H1.HeaderClassName
 {
   color: #0630AC;
 }
 .AnyTagClassName
 {
   color: #0630AC;
 }
</style>
background-color css

<style>
 a { background-color: #0630AC; }

 a { background-color: rgb(6,48,172); }

 div.DivClassName
 {
   background-color: #0630AC;
 }
 .BgClassName
 {
   background-color: #0630AC;
 }
</style>
border-color css

<style>
 span { border-color: #0630AC; }

 span { border-color: rgb(6,48,172); }

 td.TdClassName
 {
   border-color: #0630AC;
 }
 .TagClassName
 {
   border-color: #0630AC;
 }
</style>