Html Css Color HEX #062D88 Smalt

📋 copy color: '#062D88'

red 6 ◦ green 45 ◦ blue 136

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

Shades of Smalt #062D88

Tints of Smalt #062D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 3.21%
G = 24.06%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#062D88 (or 0x062D88) is known color: Smalt. HEX triplet: 06, 2D and 88. RGB value is (6,45,136). Sum of RGB (Red+Green+Blue) = 6+45+136=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #062D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D88 is #F9D277. Grayscale: #2B2B2B. Windows color (decimal): -16372344 or 8924422. OLE color: 8924422.

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

Color convert

RGB 6 45 136 -
CMYK 0.96 0.67 0 0.47
HSL 222º 0.92% 0.28% -
HSV(B) 222º 0.96% 0.53% -
XYZ 5.46 3.69 23.72 -
YUV 43.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 6 45 136 0.96 0.67 0 0.47 222 0.92 0.28
Hex 6 2D 88 60 43 0 2F DE 5C 1C
Octal 6 55 210 140 103 0 57 336 134 34
Binary 110 101101 10001000 1100000 1000011 0 101111 11011110 1011100 11100

Color Harmonies of #062D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D88

Black with #062D88

Text Example


Text Example

White with #062D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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