Html Css Color HEX #062D8C Smalt

📋 copy color: '#062D8C'

red 6 ◦ green 45 ◦ blue 140

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

Shades of Smalt #062D8C

Tints of Smalt #062D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.56%

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

R = 3.14%
G = 23.56%
B = 73.3%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#062D8C (or 0x062D8C) is known color: Smalt. HEX triplet: 06, 2D and 8C. RGB value is (6,45,140). Sum of RGB (Red+Green+Blue) = 6+45+140=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #062D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D8C is #F9D273. Grayscale: #2B2B2B. Windows color (decimal): -16372340 or 9186566. OLE color: 9186566.

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

Color convert

RGB 6 45 140 -
CMYK 0.96 0.68 0 0.45
HSL 222.54º 0.92% 0.29% -
HSV(B) 222.54º 0.96% 0.55% -
XYZ 5.75 3.81 25.24 -
YUV 44.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 6 45 140 0.96 0.68 0 0.45 222.54 0.92 0.29
Hex 6 2D 8C 60 44 0 2D DF 5C 1D
Octal 6 55 214 140 104 0 55 337 134 35
Binary 110 101101 10001100 1100000 1000100 0 101101 11011111 1011100 11101

Color Harmonies of #062D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D8C

Black with #062D8C

Text Example


Text Example

White with #062D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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