Html Css Color HEX #08239A International Klein Blue

📋 copy color: '#08239A'

red 8 ◦ green 35 ◦ blue 154

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

Shades of International Klein Blue #08239A

Tints of International Klein Blue #08239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 4.06%
G = 17.77%
B = 78.17%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08239A (or 0x08239A) is known color: International Klein Blue. HEX triplet: 08, 23 and 9A. RGB value is (8,35,154). Sum of RGB (Red+Green+Blue) = 8+35+154=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 154 (60.55% from 255 or 78.17% from 197); Max value from RGB is 154 - color contains mainly: blue. Hex color #08239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08239A is #F7DC65. Grayscale: #272727. Windows color (decimal): -16243814 or 10101512. OLE color: 10101512.

HSL color Cylindrical-coordinate representation of color #08239A: hue angle of 228.9º 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 #08239A is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 35 154 -
CMYK 0.95 0.77 0 0.40
HSL 228.9º 0.9% 0.32% -
HSV(B) 228.9º 0.95% 0.6% -
XYZ 6.53 3.59 30.92 -
YUV 40.49 192.05 104.82 -
System Red Green Blue C M Y K H S L
Decimal 8 35 154 0.95 0.77 0 0.40 228.9 0.9 0.32
Hex 8 23 9A 5F 4D 0 28 E5 5A 20
Octal 10 43 232 137 115 0 50 345 132 40
Binary 1000 100011 10011010 1011111 1001101 0 101000 11100101 1011010 100000

Color Harmonies of #08239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08239A

Black with #08239A

Text Example


Text Example

White with #08239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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