Html Css Color HEX #08209D International Klein Blue

📋 copy color: '#08209D'

red 8 ◦ green 32 ◦ blue 157

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

Shades of International Klein Blue #08209D

Tints of International Klein Blue #08209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 4.06%
G = 16.24%
B = 79.7%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08209D (or 0x08209D) is known color: International Klein Blue. HEX triplet: 08, 20 and 9D. RGB value is (8,32,157). Sum of RGB (Red+Green+Blue) = 8+32+157=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #08209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08209D is #F7DF62. Grayscale: #262626. Windows color (decimal): -16244579 or 10297352. OLE color: 10297352.

HSL color Cylindrical-coordinate representation of color #08209D: hue angle of 230.34º 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 #08209D is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 32 157 -
CMYK 0.95 0.80 0 0.38
HSL 230.34º 0.9% 0.32% -
HSV(B) 230.34º 0.95% 0.62% -
XYZ 6.7 3.52 32.22 -
YUV 39.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 8 32 157 0.95 0.80 0 0.38 230.34 0.9 0.32
Hex 8 20 9D 5F 50 0 26 E6 5A 20
Octal 10 40 235 137 120 0 46 346 132 40
Binary 1000 100000 10011101 1011111 1010000 0 100110 11100110 1011010 100000

Color Harmonies of #08209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08209D

Black with #08209D

Text Example


Text Example

White with #08209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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