Html Css Color HEX #0024AA International Klein Blue

📋 copy color: '#0024AA'

red 0 ◦ green 36 ◦ blue 170

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

Shades of International Klein Blue #0024AA

Tints of International Klein Blue #0024AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 17.48%
B = 82.52%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0024AA (or 0x0024AA) is known color: International Klein Blue. HEX triplet: 00, 24 and AA. RGB value is (0,36,170). Sum of RGB (Red+Green+Blue) = 0+36+170=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #0024AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0024AA is #FFDB55. Grayscale: #272727. Windows color (decimal): -16767830 or 11150336. OLE color: 11150336.

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

Color convert

RGB 0 36 170 -
CMYK 1 0.79 0 0.33
HSL 227.29º 1% 0.33% -
HSV(B) 227.29º 1% 0.67% -
XYZ 7.89 4.16 38.42 -
YUV 40.51 201.07 99.1 -
System Red Green Blue C M Y K H S L
Decimal 0 36 170 1 0.79 0 0.33 227.29 1 0.33
Hex 0 24 AA 64 4F 0 21 E3 64 21
Octal 0 44 252 144 117 0 41 343 144 41
Binary 0 100100 10101010 1100100 1001111 0 100001 11100011 1100100 100001

Color Harmonies of #0024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0024AA

Black with #0024AA

Text Example


Text Example

White with #0024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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