Html Css Color HEX #083298 Smalt

📋 copy color: '#083298'

red 8 ◦ green 50 ◦ blue 152

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

Shades of Smalt #083298

Tints of Smalt #083298

RGB

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

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

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

R = 3.81%
G = 23.81%
B = 72.38%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#083298 (or 0x083298) is known color: Smalt. HEX triplet: 08, 32 and 98. RGB value is (8,50,152). Sum of RGB (Red+Green+Blue) = 8+50+152=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #083298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083298 is #F7CD67. Grayscale: #303030. Windows color (decimal): -16239976 or 9974280. OLE color: 9974280.

HSL color Cylindrical-coordinate representation of color #083298: hue angle of 222.5º 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 #083298 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 50 152 -
CMYK 0.95 0.67 0 0.40
HSL 222.5º 0.9% 0.31% -
HSV(B) 222.5º 0.95% 0.6% -
XYZ 6.91 4.6 30.23 -
YUV 49.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 8 50 152 0.95 0.67 0 0.40 222.5 0.9 0.31
Hex 8 32 98 5F 43 0 28 DE 5A 1F
Octal 10 62 230 137 103 0 50 336 132 37
Binary 1000 110010 10011000 1011111 1000011 0 101000 11011110 1011010 11111

Color Harmonies of #083298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083298

Black with #083298

Text Example


Text Example

White with #083298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083298; }

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

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

background-color css

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

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

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

border-color css

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

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

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