Html Css Color HEX #062D78 Sapphire

📋 copy color: '#062D78'

red 6 ◦ green 45 ◦ blue 120

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

Shades of Sapphire #062D78

Tints of Sapphire #062D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.32%

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 3.51%
G = 26.32%
B = 70.18%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#062D78 (or 0x062D78) is known color: Sapphire. HEX triplet: 06, 2D and 78. RGB value is (6,45,120). Sum of RGB (Red+Green+Blue) = 6+45+120=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #062D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D78 is #F9D287. Grayscale: #292929. Windows color (decimal): -16372360 or 7875846. OLE color: 7875846.

HSL color Cylindrical-coordinate representation of color #062D78: hue angle of 219.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062D78 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 45 120 -
CMYK 0.95 0.63 0 0.53
HSL 219.47º 0.9% 0.25% -
HSV(B) 219.47º 0.95% 0.47% -
XYZ 4.4 3.27 18.17 -
YUV 41.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 6 45 120 0.95 0.63 0 0.53 219.47 0.9 0.25
Hex 6 2D 78 5F 3F 0 35 DB 5A 19
Octal 6 55 170 137 77 0 65 333 132 31
Binary 110 101101 1111000 1011111 111111 0 110101 11011011 1011010 11001

Color Harmonies of #062D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D78

Black with #062D78

Text Example


Text Example

White with #062D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062D78; }

 p { color: rgb(6,45,120); }

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

background-color css

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

 a { background-color: rgb(6,45,120); }

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

border-color css

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

 span { border-color: rgb(6,45,120); }

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