Html Css Color HEX #062C8C Smalt

📋 copy color: '#062C8C'

red 6 ◦ green 44 ◦ blue 140

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

Shades of Smalt #062C8C

Tints of Smalt #062C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.68%

R = 3.16%
G = 23.16%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#062C8C (or 0x062C8C) is known color: Smalt. HEX triplet: 06, 2C and 8C. RGB value is (6,44,140). Sum of RGB (Red+Green+Blue) = 6+44+140=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #062C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C8C is #F9D373. Grayscale: #2B2B2B. Windows color (decimal): -16372596 or 9186310. OLE color: 9186310.

HSL color Cylindrical-coordinate representation of color #062C8C: hue angle of 222.99º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062C8C is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 44 140 -
CMYK 0.96 0.69 0 0.45
HSL 222.99º 0.92% 0.29% -
HSV(B) 222.99º 0.96% 0.55% -
XYZ 5.71 3.73 25.23 -
YUV 43.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 6 44 140 0.96 0.69 0 0.45 222.99 0.92 0.29
Hex 6 2C 8C 60 45 0 2D DF 5C 1D
Octal 6 54 214 140 105 0 55 337 134 35
Binary 110 101100 10001100 1100000 1000101 0 101101 11011111 1011100 11101

Color Harmonies of #062C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C8C

Black with #062C8C

Text Example


Text Example

White with #062C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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