Html Css Color HEX #062C83 Smalt

📋 copy color: '#062C83'

red 6 ◦ green 44 ◦ blue 131

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

Shades of Smalt #062C83

Tints of Smalt #062C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 72.38%

R = 3.31%
G = 24.31%
B = 72.38%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#062C83 (or 0x062C83) is known color: Smalt. HEX triplet: 06, 2C and 83. RGB value is (6,44,131). Sum of RGB (Red+Green+Blue) = 6+44+131=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #062C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C83 is #F9D37C. Grayscale: #2A2A2A. Windows color (decimal): -16372605 or 8596486. OLE color: 8596486.

HSL color Cylindrical-coordinate representation of color #062C83: hue angle of 221.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062C83 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 44 131 -
CMYK 0.95 0.66 0 0.49
HSL 221.76º 0.91% 0.27% -
HSV(B) 221.76º 0.95% 0.51% -
XYZ 5.07 3.48 21.88 -
YUV 42.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 6 44 131 0.95 0.66 0 0.49 221.76 0.91 0.27
Hex 6 2C 83 5F 42 0 31 DE 5B 1B
Octal 6 54 203 137 102 0 61 336 133 33
Binary 110 101100 10000011 1011111 1000010 0 110001 11011110 1011011 11011

Color Harmonies of #062C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C83

Black with #062C83

Text Example


Text Example

White with #062C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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