Html Css Color HEX #062598 Smalt

📋 copy color: '#062598'

red 6 ◦ green 37 ◦ blue 152

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

Shades of Smalt #062598

Tints of Smalt #062598

RGB

 RED value IS 6 (2.73% from 255) = 3.08%

 GREEN value IS 37 (14.84% from 255) = 18.97%

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

R = 3.08%
G = 18.97%
B = 77.95%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#062598 (or 0x062598) is known color: Smalt. HEX triplet: 06, 25 and 98. RGB value is (6,37,152). Sum of RGB (Red+Green+Blue) = 6+37+152=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #062598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062598 is #F9DA67. Grayscale: #282828. Windows color (decimal): -16374376 or 9970950. OLE color: 9970950.

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

Color convert

RGB 6 37 152 -
CMYK 0.96 0.76 0 0.40
HSL 227.26º 0.92% 0.31% -
HSV(B) 227.26º 0.96% 0.6% -
XYZ 6.4 3.63 30.07 -
YUV 40.84 190.73 103.15 -
System Red Green Blue C M Y K H S L
Decimal 6 37 152 0.96 0.76 0 0.40 227.26 0.92 0.31
Hex 6 25 98 60 4C 0 28 E3 5C 1F
Octal 6 45 230 140 114 0 50 343 134 37
Binary 110 100101 10011000 1100000 1001100 0 101000 11100011 1011100 11111

Color Harmonies of #062598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062598

Black with #062598

Text Example


Text Example

White with #062598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062598; }

 p { color: rgb(6,37,152); }

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

background-color css

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

 a { background-color: rgb(6,37,152); }

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

border-color css

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

 span { border-color: rgb(6,37,152); }

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