Html Css Color HEX #0024BE International Klein Blue

📋 copy color: '#0024BE'

red 0 ◦ green 36 ◦ blue 190

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

Shades of International Klein Blue #0024BE

Tints of International Klein Blue #0024BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 84.07%

R = 0%
G = 15.93%
B = 84.07%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0024BE (or 0x0024BE) is known color: International Klein Blue. HEX triplet: 00, 24 and BE. RGB value is (0,36,190). Sum of RGB (Red+Green+Blue) = 0+36+190=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #0024BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024BE is #FFDB41. Grayscale: #2A2A2A. Windows color (decimal): -16767810 or 12461056. OLE color: 12461056.

HSL color Cylindrical-coordinate representation of color #0024BE: hue angle of 228.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024BE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 36 190 -
CMYK 1 0.81 0 0.25
HSL 228.63º 1% 0.37% -
HSV(B) 228.63º 1% 0.75% -
XYZ 9.93 4.98 49.15 -
YUV 42.79 211.07 97.48 -
System Red Green Blue C M Y K H S L
Decimal 0 36 190 1 0.81 0 0.25 228.63 1 0.37
Hex 0 24 BE 64 51 0 19 E5 64 25
Octal 0 44 276 144 121 0 31 345 144 45
Binary 0 100100 10111110 1100100 1010001 0 11001 11100101 1100100 100101

Color Harmonies of #0024BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0024BE

Black with #0024BE

Text Example


Text Example

White with #0024BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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