Html Css Color HEX #08279E International Klein Blue

📋 copy color: '#08279E'

red 8 ◦ green 39 ◦ blue 158

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

Shades of International Klein Blue #08279E

Tints of International Klein Blue #08279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 77.07%

R = 3.9%
G = 19.02%
B = 77.07%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08279E (or 0x08279E) is known color: International Klein Blue. HEX triplet: 08, 27 and 9E. RGB value is (8,39,158). Sum of RGB (Red+Green+Blue) = 8+39+158=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #08279E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08279E is #F7D861. Grayscale: #2A2A2A. Windows color (decimal): -16242786 or 10364680. OLE color: 10364680.

HSL color Cylindrical-coordinate representation of color #08279E: hue angle of 227.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08279E is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 39 158 -
CMYK 0.95 0.75 0 0.38
HSL 227.6º 0.9% 0.33% -
HSV(B) 227.6º 0.95% 0.62% -
XYZ 7 3.97 32.75 -
YUV 43.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 8 39 158 0.95 0.75 0 0.38 227.6 0.9 0.33
Hex 8 27 9E 5F 4B 0 26 E4 5A 21
Octal 10 47 236 137 113 0 46 344 132 41
Binary 1000 100111 10011110 1011111 1001011 0 100110 11100100 1011010 100001

Color Harmonies of #08279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08279E

Black with #08279E

Text Example


Text Example

White with #08279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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