Html Css Color HEX #08229B International Klein Blue

📋 copy color: '#08229B'

red 8 ◦ green 34 ◦ blue 155

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

Shades of International Klein Blue #08229B

Tints of International Klein Blue #08229B

RGB

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

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

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

R = 4.06%
G = 17.26%
B = 78.68%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08229B (or 0x08229B) is known color: International Klein Blue. HEX triplet: 08, 22 and 9B. RGB value is (8,34,155). Sum of RGB (Red+Green+Blue) = 8+34+155=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #08229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08229B is #F7DD64. Grayscale: #272727. Windows color (decimal): -16244069 or 10166792. OLE color: 10166792.

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

Color convert

RGB 8 34 155 -
CMYK 0.95 0.78 0 0.39
HSL 229.39º 0.9% 0.32% -
HSV(B) 229.39º 0.95% 0.61% -
XYZ 6.59 3.56 31.35 -
YUV 40.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 8 34 155 0.95 0.78 0 0.39 229.39 0.9 0.32
Hex 8 22 9B 5F 4E 0 27 E5 5A 20
Octal 10 42 233 137 116 0 47 345 132 40
Binary 1000 100010 10011011 1011111 1001110 0 100111 11100101 1011010 100000

Color Harmonies of #08229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08229B

Black with #08229B

Text Example


Text Example

White with #08229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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