Html Css Color HEX #08239B International Klein Blue

📋 copy color: '#08239B'

red 8 ◦ green 35 ◦ blue 155

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

Shades of International Klein Blue #08239B

Tints of International Klein Blue #08239B

RGB

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

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

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

R = 4.04%
G = 17.68%
B = 78.28%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08239B (or 0x08239B) is known color: International Klein Blue. HEX triplet: 08, 23 and 9B. RGB value is (8,35,155). Sum of RGB (Red+Green+Blue) = 8+35+155=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #08239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08239B is #F7DC64. Grayscale: #282828. Windows color (decimal): -16243813 or 10167048. OLE color: 10167048.

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

Color convert

RGB 8 35 155 -
CMYK 0.95 0.77 0 0.39
HSL 228.98º 0.9% 0.32% -
HSV(B) 228.98º 0.95% 0.61% -
XYZ 6.62 3.62 31.36 -
YUV 40.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 8 35 155 0.95 0.77 0 0.39 228.98 0.9 0.32
Hex 8 23 9B 5F 4D 0 27 E5 5A 20
Octal 10 43 233 137 115 0 47 345 132 40
Binary 1000 100011 10011011 1011111 1001101 0 100111 11100101 1011010 100000

Color Harmonies of #08239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08239B

Black with #08239B

Text Example


Text Example

White with #08239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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