Html Css Color HEX #00249F International Klein Blue

📋 copy color: '#00249F'

red 0 ◦ green 36 ◦ blue 159

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

Shades of International Klein Blue #00249F

Tints of International Klein Blue #00249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.54%

R = 0%
G = 18.46%
B = 81.54%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00249F (or 0x00249F) is known color: International Klein Blue. HEX triplet: 00, 24 and 9F. RGB value is (0,36,159). Sum of RGB (Red+Green+Blue) = 0+36+159=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #00249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00249F is #FFDB60. Grayscale: #262626. Windows color (decimal): -16767841 or 10429440. OLE color: 10429440.

HSL color Cylindrical-coordinate representation of color #00249F: hue angle of 226.42º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00249F is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 36 159 -
CMYK 1 0.77 0 0.38
HSL 226.42º 1% 0.31% -
HSV(B) 226.42º 1% 0.62% -
XYZ 6.89 3.76 33.16 -
YUV 39.26 195.57 100 -
System Red Green Blue C M Y K H S L
Decimal 0 36 159 1 0.77 0 0.38 226.42 1 0.31
Hex 0 24 9F 64 4D 0 26 E2 64 1F
Octal 0 44 237 144 115 0 46 342 144 37
Binary 0 100100 10011111 1100100 1001101 0 100110 11100010 1100100 11111

Color Harmonies of #00249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00249F

Black with #00249F

Text Example


Text Example

White with #00249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00249F; }

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

 H1.HeaderClassName
 {
   color: #00249F;
 }
 .AnyTagClassName
 {
   color: #00249F;
 }
</style>

background-color css

<style>
 a { background-color: #00249F; }

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

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

border-color css

<style>
 span { border-color: #00249F; }

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

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