Html Css Color HEX #08338E Smalt

📋 copy color: '#08338E'

red 8 ◦ green 51 ◦ blue 142

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

Shades of Smalt #08338E

Tints of Smalt #08338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 3.98%
G = 25.37%
B = 70.65%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08338E (or 0x08338E) is known color: Smalt. HEX triplet: 08, 33 and 8E. RGB value is (8,51,142). Sum of RGB (Red+Green+Blue) = 8+51+142=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #08338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08338E is #F7CC71. Grayscale: #303030. Windows color (decimal): -16239730 or 9319176. OLE color: 9319176.

HSL color Cylindrical-coordinate representation of color #08338E: hue angle of 220.75º 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 #08338E is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 51 142 -
CMYK 0.94 0.64 0 0.44
HSL 220.75º 0.89% 0.29% -
HSV(B) 220.75º 0.94% 0.56% -
XYZ 6.17 4.37 26.11 -
YUV 48.52 180.75 99.1 -
System Red Green Blue C M Y K H S L
Decimal 8 51 142 0.94 0.64 0 0.44 220.75 0.89 0.29
Hex 8 33 8E 5E 40 0 2C DD 59 1D
Octal 10 63 216 136 100 0 54 335 131 35
Binary 1000 110011 10001110 1011110 1000000 0 101100 11011101 1011001 11101

Color Harmonies of #08338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08338E

Black with #08338E

Text Example


Text Example

White with #08338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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