Html Css Color HEX #062498 Smalt

📋 copy color: '#062498'

red 6 ◦ green 36 ◦ blue 152

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

Shades of Smalt #062498

Tints of Smalt #062498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.56%

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

R = 3.09%
G = 18.56%
B = 78.35%

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

#062498 (or 0x062498) is known color: Smalt. HEX triplet: 06, 24 and 98. RGB value is (6,36,152). Sum of RGB (Red+Green+Blue) = 6+36+152=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #062498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062498 is #F9DB67. Grayscale: #272727. Windows color (decimal): -16374632 or 9970694. OLE color: 9970694.

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

Color convert

RGB 6 36 152 -
CMYK 0.96 0.76 0 0.40
HSL 227.67º 0.92% 0.31% -
HSV(B) 227.67º 0.96% 0.6% -
XYZ 6.37 3.57 30.06 -
YUV 40.25 191.06 103.57 -
System Red Green Blue C M Y K H S L
Decimal 6 36 152 0.96 0.76 0 0.40 227.67 0.92 0.31
Hex 6 24 98 60 4C 0 28 E4 5C 1F
Octal 6 44 230 140 114 0 50 344 134 37
Binary 110 100100 10011000 1100000 1001100 0 101000 11100100 1011100 11111

Color Harmonies of #062498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062498

Black with #062498

Text Example


Text Example

White with #062498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062498; }

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

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

background-color css

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

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

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

border-color css

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

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

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