Html Css Color HEX #062B77 Sapphire

📋 copy color: '#062B77'

red 6 ◦ green 43 ◦ blue 119

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

Shades of Sapphire #062B77

Tints of Sapphire #062B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.6%

 BLUE value IS 119 (46.88% from 255) = 70.83%

R = 3.57%
G = 25.6%
B = 70.83%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#062B77 (or 0x062B77) is known color: Sapphire. HEX triplet: 06, 2B and 77. RGB value is (6,43,119). Sum of RGB (Red+Green+Blue) = 6+43+119=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #062B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B77 is #F9D488. Grayscale: #282828. Windows color (decimal): -16372873 or 7809798. OLE color: 7809798.

HSL color Cylindrical-coordinate representation of color #062B77: hue angle of 220.35º 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 #062B77 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 43 119 -
CMYK 0.95 0.64 0 0.53
HSL 220.35º 0.9% 0.25% -
HSV(B) 220.35º 0.95% 0.47% -
XYZ 4.27 3.1 17.83 -
YUV 40.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 6 43 119 0.95 0.64 0 0.53 220.35 0.9 0.25
Hex 6 2B 77 5F 40 0 35 DC 5A 19
Octal 6 53 167 137 100 0 65 334 132 31
Binary 110 101011 1110111 1011111 1000000 0 110101 11011100 1011010 11001

Color Harmonies of #062B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B77

Black with #062B77

Text Example


Text Example

White with #062B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,43,119); }

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

background-color css

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

 a { background-color: rgb(6,43,119); }

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

border-color css

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

 span { border-color: rgb(6,43,119); }

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