Html Css Color HEX #062C71 Sapphire

📋 copy color: '#062C71'

red 6 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #062C71

Tints of Sapphire #062C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

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

R = 3.68%
G = 26.99%
B = 69.33%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062C71 (or 0x062C71) is known color: Sapphire. HEX triplet: 06, 2C and 71. RGB value is (6,44,113). Sum of RGB (Red+Green+Blue) = 6+44+113=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #062C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C71 is #F9D38E. Grayscale: #282828. Windows color (decimal): -16372623 or 7416838. OLE color: 7416838.

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

Color convert

RGB 6 44 113 -
CMYK 0.95 0.61 0 0.56
HSL 218.69º 0.9% 0.23% -
HSV(B) 218.69º 0.95% 0.44% -
XYZ 3.96 3.03 16 -
YUV 40.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 6 44 113 0.95 0.61 0 0.56 218.69 0.9 0.23
Hex 6 2C 71 5F 3D 0 38 DB 5A 17
Octal 6 54 161 137 75 0 70 333 132 27
Binary 110 101100 1110001 1011111 111101 0 111000 11011011 1011010 10111

Color Harmonies of #062C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C71

Black with #062C71

Text Example


Text Example

White with #062C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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