Html Css Color HEX #062F85 Smalt

📋 copy color: '#062F85'

red 6 ◦ green 47 ◦ blue 133

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

Shades of Smalt #062F85

Tints of Smalt #062F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.27%

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 3.23%
G = 25.27%
B = 71.51%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062F85 (or 0x062F85) is known color: Smalt. HEX triplet: 06, 2F and 85. RGB value is (6,47,133). Sum of RGB (Red+Green+Blue) = 6+47+133=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #062F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F85 is #F9D07A. Grayscale: #2C2C2C. Windows color (decimal): -16371835 or 8728326. OLE color: 8728326.

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

Color convert

RGB 6 47 133 -
CMYK 0.95 0.65 0 0.48
HSL 220.63º 0.91% 0.27% -
HSV(B) 220.63º 0.95% 0.52% -
XYZ 5.33 3.77 22.64 -
YUV 44.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 6 47 133 0.95 0.65 0 0.48 220.63 0.91 0.27
Hex 6 2F 85 5F 41 0 30 DD 5B 1B
Octal 6 57 205 137 101 0 60 335 133 33
Binary 110 101111 10000101 1011111 1000001 0 110000 11011101 1011011 11011

Color Harmonies of #062F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F85

Black with #062F85

Text Example


Text Example

White with #062F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,133); }

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

background-color css

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

 a { background-color: rgb(6,47,133); }

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

border-color css

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

 span { border-color: rgb(6,47,133); }

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