Html Css Color HEX #08278C Smalt

📋 copy color: '#08278C'

red 8 ◦ green 39 ◦ blue 140

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

Shades of Smalt #08278C

Tints of Smalt #08278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 74.87%

R = 4.28%
G = 20.86%
B = 74.87%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08278C (or 0x08278C) is known color: Smalt. HEX triplet: 08, 27 and 8C. RGB value is (8,39,140). Sum of RGB (Red+Green+Blue) = 8+39+140=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #08278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08278C is #F7D873. Grayscale: #282828. Windows color (decimal): -16242804 or 9185032. OLE color: 9185032.

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

Color convert

RGB 8 39 140 -
CMYK 0.94 0.72 0 0.45
HSL 225.91º 0.89% 0.29% -
HSV(B) 225.91º 0.94% 0.55% -
XYZ 5.56 3.4 25.17 -
YUV 41.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 8 39 140 0.94 0.72 0 0.45 225.91 0.89 0.29
Hex 8 27 8C 5E 48 0 2D E2 59 1D
Octal 10 47 214 136 110 0 55 342 131 35
Binary 1000 100111 10001100 1011110 1001000 0 101101 11100010 1011001 11101

Color Harmonies of #08278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08278C

Black with #08278C

Text Example


Text Example

White with #08278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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