Html Css Color HEX #061E85 Smalt

📋 copy color: '#061E85'

red 6 ◦ green 30 ◦ blue 133

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

Shades of Smalt #061E85

Tints of Smalt #061E85

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

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

R = 3.55%
G = 17.75%
B = 78.7%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#061E85 (or 0x061E85) is known color: Smalt. HEX triplet: 06, 1E and 85. RGB value is (6,30,133). Sum of RGB (Red+Green+Blue) = 6+30+133=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #061E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E85 is #F9E17A. Grayscale: #222222. Windows color (decimal): -16376187 or 8723974. OLE color: 8723974.

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

Color convert

RGB 6 30 133 -
CMYK 0.95 0.77 0 0.48
HSL 228.66º 0.91% 0.27% -
HSV(B) 228.66º 0.95% 0.52% -
XYZ 4.77 2.66 22.45 -
YUV 34.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 6 30 133 0.95 0.77 0 0.48 228.66 0.91 0.27
Hex 6 1E 85 5F 4D 0 30 E5 5B 1B
Octal 6 36 205 137 115 0 60 345 133 33
Binary 110 11110 10000101 1011111 1001101 0 110000 11100101 1011011 11011

Color Harmonies of #061E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E85

Black with #061E85

Text Example


Text Example

White with #061E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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