Html Css Color HEX #062858 Sapphire

📋 copy color: '#062858'

red 6 ◦ green 40 ◦ blue 88

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

Shades of Sapphire #062858

Tints of Sapphire #062858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 65.67%

R = 4.48%
G = 29.85%
B = 65.67%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062858 (or 0x062858) is known color: Sapphire. HEX triplet: 06, 28 and 58. RGB value is (6,40,88). Sum of RGB (Red+Green+Blue) = 6+40+88=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #062858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062858 is #F9D7A7. Grayscale: #232323. Windows color (decimal): -16373672 or 5777414. OLE color: 5777414.

HSL color Cylindrical-coordinate representation of color #062858: hue angle of 215.12º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062858 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 40 88 -
CMYK 0.93 0.55 0 0.65
HSL 215.12º 0.87% 0.18% -
HSV(B) 215.12º 0.93% 0.35% -
XYZ 2.6 2.26 9.53 -
YUV 35.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 6 40 88 0.93 0.55 0 0.65 215.12 0.87 0.18
Hex 6 28 58 5D 37 0 41 D7 57 12
Octal 6 50 130 135 67 0 101 327 127 22
Binary 110 101000 1011000 1011101 110111 0 1000001 11010111 1010111 10010

Color Harmonies of #062858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062858

Black with #062858

Text Example


Text Example

White with #062858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062858; }

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

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

background-color css

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

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

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

border-color css

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

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

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