Html Css Color HEX #08249B International Klein Blue

📋 copy color: '#08249B'

red 8 ◦ green 36 ◦ blue 155

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

Shades of International Klein Blue #08249B

Tints of International Klein Blue #08249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 4.02%
G = 18.09%
B = 77.89%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08249B (or 0x08249B) is known color: International Klein Blue. HEX triplet: 08, 24 and 9B. RGB value is (8,36,155). Sum of RGB (Red+Green+Blue) = 8+36+155=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #08249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08249B is #F7DB64. Grayscale: #282828. Windows color (decimal): -16243557 or 10167304. OLE color: 10167304.

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

Color convert

RGB 8 36 155 -
CMYK 0.95 0.77 0 0.39
HSL 228.57º 0.9% 0.32% -
HSV(B) 228.57º 0.95% 0.61% -
XYZ 6.65 3.68 31.37 -
YUV 41.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 8 36 155 0.95 0.77 0 0.39 228.57 0.9 0.32
Hex 8 24 9B 5F 4D 0 27 E5 5A 20
Octal 10 44 233 137 115 0 47 345 132 40
Binary 1000 100100 10011011 1011111 1001101 0 100111 11100101 1011010 100000

Color Harmonies of #08249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08249B

Black with #08249B

Text Example


Text Example

White with #08249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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