Html Css Color HEX #062885 Smalt

📋 copy color: '#062885'

red 6 ◦ green 40 ◦ blue 133

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

Shades of Smalt #062885

Tints of Smalt #062885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

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

R = 3.35%
G = 22.35%
B = 74.3%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062885 (or 0x062885) is known color: Smalt. HEX triplet: 06, 28 and 85. RGB value is (6,40,133). Sum of RGB (Red+Green+Blue) = 6+40+133=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #062885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062885 is #F9D77A. Grayscale: #282828. Windows color (decimal): -16373627 or 8726534. OLE color: 8726534.

HSL color Cylindrical-coordinate representation of color #062885: hue angle of 223.94º 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 #062885 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 40 133 -
CMYK 0.95 0.70 0 0.48
HSL 223.94º 0.91% 0.27% -
HSV(B) 223.94º 0.95% 0.52% -
XYZ 5.07 3.25 22.55 -
YUV 40.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 6 40 133 0.95 0.70 0 0.48 223.94 0.91 0.27
Hex 6 28 85 5F 46 0 30 E0 5B 1B
Octal 6 50 205 137 106 0 60 340 133 33
Binary 110 101000 10000101 1011111 1000110 0 110000 11100000 1011011 11011

Color Harmonies of #062885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062885

Black with #062885

Text Example


Text Example

White with #062885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062885; }

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

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

background-color css

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

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

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

border-color css

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

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

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