Html Css Color HEX #08249D International Klein Blue

📋 copy color: '#08249D'

red 8 ◦ green 36 ◦ blue 157

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

Shades of International Klein Blue #08249D

Tints of International Klein Blue #08249D

RGB

 RED value IS 8 (3.52% from 255) = 3.98%

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

 BLUE value IS 157 (61.72% from 255) = 78.11%

R = 3.98%
G = 17.91%
B = 78.11%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08249D (or 0x08249D) is known color: International Klein Blue. HEX triplet: 08, 24 and 9D. RGB value is (8,36,157). Sum of RGB (Red+Green+Blue) = 8+36+157=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #08249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08249D is #F7DB62. Grayscale: #282828. Windows color (decimal): -16243555 or 10298376. OLE color: 10298376.

HSL color Cylindrical-coordinate representation of color #08249D: hue angle of 228.72º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08249D is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 36 157 -
CMYK 0.95 0.77 0 0.38
HSL 228.72º 0.9% 0.32% -
HSV(B) 228.72º 0.95% 0.62% -
XYZ 6.82 3.75 32.26 -
YUV 41.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 8 36 157 0.95 0.77 0 0.38 228.72 0.9 0.32
Hex 8 24 9D 5F 4D 0 26 E5 5A 20
Octal 10 44 235 137 115 0 46 345 132 40
Binary 1000 100100 10011101 1011111 1001101 0 100110 11100101 1011010 100000

Color Harmonies of #08249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08249D

Black with #08249D

Text Example


Text Example

White with #08249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08249D; }

 p { color: rgb(8,36,157); }

 H1.HeaderClassName
 {
   color: #08249D;
 }
 .AnyTagClassName
 {
   color: #08249D;
 }
</style>

background-color css

<style>
 a { background-color: #08249D; }

 a { background-color: rgb(8,36,157); }

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

border-color css

<style>
 span { border-color: #08249D; }

 span { border-color: rgb(8,36,157); }

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