Html Css Color HEX #08229D International Klein Blue

📋 copy color: '#08229D'

red 8 ◦ green 34 ◦ blue 157

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

Shades of International Klein Blue #08229D

Tints of International Klein Blue #08229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

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

R = 4.02%
G = 17.09%
B = 78.89%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08229D (or 0x08229D) is known color: International Klein Blue. HEX triplet: 08, 22 and 9D. RGB value is (8,34,157). Sum of RGB (Red+Green+Blue) = 8+34+157=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #08229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08229D is #F7DD62. Grayscale: #272727. Windows color (decimal): -16244067 or 10297864. OLE color: 10297864.

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

Color convert

RGB 8 34 157 -
CMYK 0.95 0.78 0 0.38
HSL 229.53º 0.9% 0.32% -
HSV(B) 229.53º 0.95% 0.62% -
XYZ 6.76 3.63 32.24 -
YUV 40.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 8 34 157 0.95 0.78 0 0.38 229.53 0.9 0.32
Hex 8 22 9D 5F 4E 0 26 E6 5A 20
Octal 10 42 235 137 116 0 46 346 132 40
Binary 1000 100010 10011101 1011111 1001110 0 100110 11100110 1011010 100000

Color Harmonies of #08229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08229D

Black with #08229D

Text Example


Text Example

White with #08229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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