Html Css Color HEX #08229A International Klein Blue

📋 copy color: '#08229A'

red 8 ◦ green 34 ◦ blue 154

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

Shades of International Klein Blue #08229A

Tints of International Klein Blue #08229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.57%

R = 4.08%
G = 17.35%
B = 78.57%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08229A (or 0x08229A) is known color: International Klein Blue. HEX triplet: 08, 22 and 9A. RGB value is (8,34,154). Sum of RGB (Red+Green+Blue) = 8+34+154=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #08229A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08229A is #F7DD65. Grayscale: #272727. Windows color (decimal): -16244070 or 10101256. OLE color: 10101256.

HSL color Cylindrical-coordinate representation of color #08229A: hue angle of 229.32º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08229A is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 34 154 -
CMYK 0.95 0.78 0 0.40
HSL 229.32º 0.9% 0.32% -
HSV(B) 229.32º 0.95% 0.6% -
XYZ 6.5 3.53 30.91 -
YUV 39.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 8 34 154 0.95 0.78 0 0.40 229.32 0.9 0.32
Hex 8 22 9A 5F 4E 0 28 E5 5A 20
Octal 10 42 232 137 116 0 50 345 132 40
Binary 1000 100010 10011010 1011111 1001110 0 101000 11100101 1011010 100000

Color Harmonies of #08229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08229A

Black with #08229A

Text Example


Text Example

White with #08229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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