Html Css Color HEX #083398 Smalt

📋 copy color: '#083398'

red 8 ◦ green 51 ◦ blue 152

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

Shades of Smalt #083398

Tints of Smalt #083398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 3.79%
G = 24.17%
B = 72.04%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#083398 (or 0x083398) is known color: Smalt. HEX triplet: 08, 33 and 98. RGB value is (8,51,152). Sum of RGB (Red+Green+Blue) = 8+51+152=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #083398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083398 is #F7CC67. Grayscale: #313131. Windows color (decimal): -16239720 or 9974536. OLE color: 9974536.

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

Color convert

RGB 8 51 152 -
CMYK 0.95 0.66 0 0.40
HSL 222.08º 0.9% 0.31% -
HSV(B) 222.08º 0.95% 0.6% -
XYZ 6.95 4.69 30.24 -
YUV 49.66 185.75 98.29 -
System Red Green Blue C M Y K H S L
Decimal 8 51 152 0.95 0.66 0 0.40 222.08 0.9 0.31
Hex 8 33 98 5F 42 0 28 DE 5A 1F
Octal 10 63 230 137 102 0 50 336 132 37
Binary 1000 110011 10011000 1011111 1000010 0 101000 11011110 1011010 11111

Color Harmonies of #083398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083398

Black with #083398

Text Example


Text Example

White with #083398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083398; }

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

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

background-color css

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

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

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

border-color css

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

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

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