Html Css Color HEX #082698 Smalt

📋 copy color: '#082698'

red 8 ◦ green 38 ◦ blue 152

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

Shades of Smalt #082698

Tints of Smalt #082698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 4.04%
G = 19.19%
B = 76.77%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#082698 (or 0x082698) is known color: Smalt. HEX triplet: 08, 26 and 98. RGB value is (8,38,152). Sum of RGB (Red+Green+Blue) = 8+38+152=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #082698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082698 is #F7D967. Grayscale: #292929. Windows color (decimal): -16243048 or 9971208. OLE color: 9971208.

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

Color convert

RGB 8 38 152 -
CMYK 0.95 0.75 0 0.40
HSL 227.5º 0.9% 0.31% -
HSV(B) 227.5º 0.95% 0.6% -
XYZ 6.46 3.7 30.08 -
YUV 42.03 190.06 103.73 -
System Red Green Blue C M Y K H S L
Decimal 8 38 152 0.95 0.75 0 0.40 227.5 0.9 0.31
Hex 8 26 98 5F 4B 0 28 E4 5A 1F
Octal 10 46 230 137 113 0 50 344 132 37
Binary 1000 100110 10011000 1011111 1001011 0 101000 11100100 1011010 11111

Color Harmonies of #082698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082698

Black with #082698

Text Example


Text Example

White with #082698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082698; }

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

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

background-color css

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

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

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

border-color css

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

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

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