Html Css Color HEX #062460 Sapphire

📋 copy color: '#062460'

red 6 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #062460

Tints of Sapphire #062460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 69.57%

R = 4.35%
G = 26.09%
B = 69.57%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062460 (or 0x062460) is known color: Sapphire. HEX triplet: 06, 24 and 60. RGB value is (6,36,96). Sum of RGB (Red+Green+Blue) = 6+36+96=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #062460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062460 is #F9DB9F. Grayscale: #212121. Windows color (decimal): -16374688 or 6300678. OLE color: 6300678.

HSL color Cylindrical-coordinate representation of color #062460: hue angle of 220º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062460 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 36 96 -
CMYK 0.94 0.62 0 0.62
HSL 220º 0.88% 0.2% -
HSV(B) 220º 0.94% 0.38% -
XYZ 2.82 2.14 11.33 -
YUV 33.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 6 36 96 0.94 0.62 0 0.62 220 0.88 0.2
Hex 6 24 60 5E 3E 0 3E DC 58 14
Octal 6 44 140 136 76 0 76 334 130 24
Binary 110 100100 1100000 1011110 111110 0 111110 11011100 1011000 10100

Color Harmonies of #062460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062460

Black with #062460

Text Example


Text Example

White with #062460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062460; }

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

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

background-color css

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

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

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

border-color css

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

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

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