Html Css Color HEX #0024CA International Klein Blue

📋 copy color: '#0024CA'

red 0 ◦ green 36 ◦ blue 202

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

Shades of International Klein Blue #0024CA

Tints of International Klein Blue #0024CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 84.87%

R = 0%
G = 15.13%
B = 84.87%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0024CA (or 0x0024CA) is known color: International Klein Blue. HEX triplet: 00, 24 and CA. RGB value is (0,36,202). Sum of RGB (Red+Green+Blue) = 0+36+202=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #0024CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024CA is #FFDB35. Grayscale: #2B2B2B. Windows color (decimal): -16767798 or 13247488. OLE color: 13247488.

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

Color convert

RGB 0 36 202 -
CMYK 1 0.82 0 0.21
HSL 229.31º 1% 0.4% -
HSV(B) 229.31º 1% 0.79% -
XYZ 11.29 5.53 56.35 -
YUV 44.16 217.07 96.5 -
System Red Green Blue C M Y K H S L
Decimal 0 36 202 1 0.82 0 0.21 229.31 1 0.4
Hex 0 24 CA 64 52 0 15 E5 64 28
Octal 0 44 312 144 122 0 25 345 144 50
Binary 0 100100 11001010 1100100 1010010 0 10101 11100101 1100100 101000

Color Harmonies of #0024CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0024CA

Black with #0024CA

Text Example


Text Example

White with #0024CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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