Html Css Color HEX #083297 Smalt

📋 copy color: '#083297'

red 8 ◦ green 50 ◦ blue 151

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

Shades of Smalt #083297

Tints of Smalt #083297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 151 (59.38% from 255) = 72.25%

R = 3.83%
G = 23.92%
B = 72.25%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#083297 (or 0x083297) is known color: Smalt. HEX triplet: 08, 32 and 97. RGB value is (8,50,151). Sum of RGB (Red+Green+Blue) = 8+50+151=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #083297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083297 is #F7CD68. Grayscale: #303030. Windows color (decimal): -16239977 or 9908744. OLE color: 9908744.

HSL color Cylindrical-coordinate representation of color #083297: hue angle of 222.38º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083297 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 50 151 -
CMYK 0.95 0.67 0 0.41
HSL 222.38º 0.9% 0.31% -
HSV(B) 222.38º 0.95% 0.59% -
XYZ 6.83 4.57 29.8 -
YUV 48.96 185.59 98.79 -
System Red Green Blue C M Y K H S L
Decimal 8 50 151 0.95 0.67 0 0.41 222.38 0.9 0.31
Hex 8 32 97 5F 43 0 29 DE 5A 1F
Octal 10 62 227 137 103 0 51 336 132 37
Binary 1000 110010 10010111 1011111 1000011 0 101001 11011110 1011010 11111

Color Harmonies of #083297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083297

Black with #083297

Text Example


Text Example

White with #083297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083297; }

 p { color: rgb(8,50,151); }

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

background-color css

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

 a { background-color: rgb(8,50,151); }

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

border-color css

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

 span { border-color: rgb(8,50,151); }

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