Html Css Color HEX #0624AA International Klein Blue

📋 copy color: '#0624AA'

red 6 ◦ green 36 ◦ blue 170

#0624AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0624AA

Tints of International Klein Blue #0624AA

RGB

 RED value IS 6 (2.73% from 255) = 2.83%

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 170 (66.8% from 255) = 80.19%

R = 2.83%
G = 16.98%
B = 80.19%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0624AA (or 0x0624AA) is known color: International Klein Blue. HEX triplet: 06, 24 and AA. RGB value is (6,36,170). Sum of RGB (Red+Green+Blue) = 6+36+170=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0624AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0624AA is #F9DB55. Grayscale: #292929. Windows color (decimal): -16374614 or 11150342. OLE color: 11150342.

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

Color convert

RGB 6 36 170 -
CMYK 0.96 0.79 0 0.33
HSL 229.02º 0.93% 0.35% -
HSV(B) 229.02º 0.96% 0.67% -
XYZ 7.96 4.2 38.42 -
YUV 42.31 200.06 102.1 -
System Red Green Blue C M Y K H S L
Decimal 6 36 170 0.96 0.79 0 0.33 229.02 0.93 0.35
Hex 6 24 AA 60 4F 0 21 E5 5D 23
Octal 6 44 252 140 117 0 41 345 135 43
Binary 110 100100 10101010 1100000 1001111 0 100001 11100101 1011101 100011

Color Harmonies of #0624AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0624AA

Black with #0624AA

Text Example


Text Example

White with #0624AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0624AA; }

 p { color: rgb(6,36,170); }

 H1.HeaderClassName
 {
   color: #0624AA;
 }
 .AnyTagClassName
 {
   color: #0624AA;
 }
</style>

background-color css

<style>
 a { background-color: #0624AA; }

 a { background-color: rgb(6,36,170); }

 div.DivClassName
 {
   background-color: #0624AA;
 }
 .BgClassName
 {
   background-color: #0624AA;
 }
</style>

border-color css

<style>
 span { border-color: #0624AA; }

 span { border-color: rgb(6,36,170); }

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