Html Css Color HEX #062C89 Smalt

📋 copy color: '#062C89'

red 6 ◦ green 44 ◦ blue 137

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

Shades of Smalt #062C89

Tints of Smalt #062C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 73.26%

R = 3.21%
G = 23.53%
B = 73.26%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#062C89 (or 0x062C89) is known color: Smalt. HEX triplet: 06, 2C and 89. RGB value is (6,44,137). Sum of RGB (Red+Green+Blue) = 6+44+137=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #062C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C89 is #F9D376. Grayscale: #2A2A2A. Windows color (decimal): -16372599 or 8989702. OLE color: 8989702.

HSL color Cylindrical-coordinate representation of color #062C89: hue angle of 222.6º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062C89 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 44 137 -
CMYK 0.96 0.68 0 0.46
HSL 222.6º 0.92% 0.28% -
HSV(B) 222.6º 0.96% 0.54% -
XYZ 5.49 3.65 24.08 -
YUV 43.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 6 44 137 0.96 0.68 0 0.46 222.6 0.92 0.28
Hex 6 2C 89 60 44 0 2E DF 5C 1C
Octal 6 54 211 140 104 0 56 337 134 34
Binary 110 101100 10001001 1100000 1000100 0 101110 11011111 1011100 11100

Color Harmonies of #062C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C89

Black with #062C89

Text Example


Text Example

White with #062C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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