Html Css Color HEX #062485 Smalt

📋 copy color: '#062485'

red 6 ◦ green 36 ◦ blue 133

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

Shades of Smalt #062485

Tints of Smalt #062485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 3.43%
G = 20.57%
B = 76%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062485 (or 0x062485) is known color: Smalt. HEX triplet: 06, 24 and 85. RGB value is (6,36,133). Sum of RGB (Red+Green+Blue) = 6+36+133=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #062485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062485 is #F9DB7A. Grayscale: #252525. Windows color (decimal): -16374651 or 8725510. OLE color: 8725510.

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

Color convert

RGB 6 36 133 -
CMYK 0.95 0.73 0 0.48
HSL 225.83º 0.91% 0.27% -
HSV(B) 225.83º 0.95% 0.52% -
XYZ 4.94 2.99 22.51 -
YUV 38.09 181.56 105.11 -
System Red Green Blue C M Y K H S L
Decimal 6 36 133 0.95 0.73 0 0.48 225.83 0.91 0.27
Hex 6 24 85 5F 49 0 30 E2 5B 1B
Octal 6 44 205 137 111 0 60 342 133 33
Binary 110 100100 10000101 1011111 1001001 0 110000 11100010 1011011 11011

Color Harmonies of #062485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062485

Black with #062485

Text Example


Text Example

White with #062485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062485; }

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

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

background-color css

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

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

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

border-color css

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

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

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