Html Css Color HEX #062D71 Sapphire

📋 copy color: '#062D71'

red 6 ◦ green 45 ◦ blue 113

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

Shades of Sapphire #062D71

Tints of Sapphire #062D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.9%

R = 3.66%
G = 27.44%
B = 68.9%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062D71 (or 0x062D71) is known color: Sapphire. HEX triplet: 06, 2D and 71. RGB value is (6,45,113). Sum of RGB (Red+Green+Blue) = 6+45+113=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #062D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D71 is #F9D28E. Grayscale: #282828. Windows color (decimal): -16372367 or 7417094. OLE color: 7417094.

HSL color Cylindrical-coordinate representation of color #062D71: hue angle of 218.13º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062D71 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 45 113 -
CMYK 0.95 0.60 0 0.56
HSL 218.13º 0.9% 0.23% -
HSV(B) 218.13º 0.95% 0.44% -
XYZ 3.99 3.11 16.01 -
YUV 41.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 6 45 113 0.95 0.60 0 0.56 218.13 0.9 0.23
Hex 6 2D 71 5F 3C 0 38 DA 5A 17
Octal 6 55 161 137 74 0 70 332 132 27
Binary 110 101101 1110001 1011111 111100 0 111000 11011010 1011010 10111

Color Harmonies of #062D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D71

Black with #062D71

Text Example


Text Example

White with #062D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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