Html Css Color HEX #08279B International Klein Blue

📋 copy color: '#08279B'

red 8 ◦ green 39 ◦ blue 155

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

Shades of International Klein Blue #08279B

Tints of International Klein Blue #08279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

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

R = 3.96%
G = 19.31%
B = 76.73%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08279B (or 0x08279B) is known color: International Klein Blue. HEX triplet: 08, 27 and 9B. RGB value is (8,39,155). Sum of RGB (Red+Green+Blue) = 8+39+155=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #08279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08279B is #F7D864. Grayscale: #2A2A2A. Windows color (decimal): -16242789 or 10168072. OLE color: 10168072.

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

Color convert

RGB 8 39 155 -
CMYK 0.95 0.75 0 0.39
HSL 227.35º 0.9% 0.32% -
HSV(B) 227.35º 0.95% 0.61% -
XYZ 6.74 3.87 31.4 -
YUV 42.96 191.23 103.07 -
System Red Green Blue C M Y K H S L
Decimal 8 39 155 0.95 0.75 0 0.39 227.35 0.9 0.32
Hex 8 27 9B 5F 4B 0 27 E3 5A 20
Octal 10 47 233 137 113 0 47 343 132 40
Binary 1000 100111 10011011 1011111 1001011 0 100111 11100011 1011010 100000

Color Harmonies of #08279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08279B

Black with #08279B

Text Example


Text Example

White with #08279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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