Html Css Color HEX #062C99 Smalt

📋 copy color: '#062C99'

red 6 ◦ green 44 ◦ blue 153

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

Shades of Smalt #062C99

Tints of Smalt #062C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 2.96%
G = 21.67%
B = 75.37%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#062C99 (or 0x062C99) is known color: Smalt. HEX triplet: 06, 2C and 99. RGB value is (6,44,153). Sum of RGB (Red+Green+Blue) = 6+44+153=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #062C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C99 is #F9D366. Grayscale: #2C2C2C. Windows color (decimal): -16372583 or 10038278. OLE color: 10038278.

HSL color Cylindrical-coordinate representation of color #062C99: hue angle of 224.49º 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 #062C99 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 44 153 -
CMYK 0.96 0.71 0 0.4
HSL 224.49º 0.92% 0.31% -
HSV(B) 224.49º 0.96% 0.6% -
XYZ 6.73 4.14 30.58 -
YUV 45.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 6 44 153 0.96 0.71 0 0.4 224.49 0.92 0.31
Hex 6 2C 99 60 47 0 28 E0 5C 1F
Octal 6 54 231 140 107 0 50 340 134 37
Binary 110 101100 10011001 1100000 1000111 0 101000 11100000 1011100 11111

Color Harmonies of #062C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C99

Black with #062C99

Text Example


Text Example

White with #062C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062C99; }

 p { color: rgb(6,44,153); }

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

background-color css

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

 a { background-color: rgb(6,44,153); }

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

border-color css

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

 span { border-color: rgb(6,44,153); }

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