Html Css Color HEX #062875 Sapphire

📋 copy color: '#062875'

red 6 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #062875

Tints of Sapphire #062875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.78%

R = 3.68%
G = 24.54%
B = 71.78%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062875 (or 0x062875) is known color: Sapphire. HEX triplet: 06, 28 and 75. RGB value is (6,40,117). Sum of RGB (Red+Green+Blue) = 6+40+117=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #062875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062875 is #F9D78A. Grayscale: #262626. Windows color (decimal): -16373643 or 7677958. OLE color: 7677958.

HSL color Cylindrical-coordinate representation of color #062875: hue angle of 221.62º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062875 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 40 117 -
CMYK 0.95 0.66 0 0.54
HSL 221.62º 0.9% 0.24% -
HSV(B) 221.62º 0.95% 0.46% -
XYZ 4.04 2.84 17.16 -
YUV 38.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 6 40 117 0.95 0.66 0 0.54 221.62 0.9 0.24
Hex 6 28 75 5F 42 0 36 DE 5A 18
Octal 6 50 165 137 102 0 66 336 132 30
Binary 110 101000 1110101 1011111 1000010 0 110110 11011110 1011010 11000

Color Harmonies of #062875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062875

Black with #062875

Text Example


Text Example

White with #062875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062875; }

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

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

background-color css

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

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

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

border-color css

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

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

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