Html Css Color HEX #08278E Smalt

📋 copy color: '#08278E'

red 8 ◦ green 39 ◦ blue 142

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

Shades of Smalt #08278E

Tints of Smalt #08278E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 75.13%

R = 4.23%
G = 20.63%
B = 75.13%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08278E (or 0x08278E) is known color: Smalt. HEX triplet: 08, 27 and 8E. RGB value is (8,39,142). Sum of RGB (Red+Green+Blue) = 8+39+142=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #08278E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08278E is #F7D871. Grayscale: #292929. Windows color (decimal): -16242802 or 9316104. OLE color: 9316104.

HSL color Cylindrical-coordinate representation of color #08278E: hue angle of 226.12º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08278E is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 39 142 -
CMYK 0.94 0.73 0 0.44
HSL 226.12º 0.89% 0.29% -
HSV(B) 226.12º 0.94% 0.56% -
XYZ 5.71 3.46 25.96 -
YUV 41.47 184.73 104.12 -
System Red Green Blue C M Y K H S L
Decimal 8 39 142 0.94 0.73 0 0.44 226.12 0.89 0.29
Hex 8 27 8E 5E 49 0 2C E2 59 1D
Octal 10 47 216 136 111 0 54 342 131 35
Binary 1000 100111 10001110 1011110 1001001 0 101100 11100010 1011001 11101

Color Harmonies of #08278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08278E

Black with #08278E

Text Example


Text Example

White with #08278E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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