Html Css Color HEX #062C72 Sapphire

📋 copy color: '#062C72'

red 6 ◦ green 44 ◦ blue 114

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

Shades of Sapphire #062C72

Tints of Sapphire #062C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.51%

R = 3.66%
G = 26.83%
B = 69.51%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#062C72 (or 0x062C72) is known color: Sapphire. HEX triplet: 06, 2C and 72. RGB value is (6,44,114). Sum of RGB (Red+Green+Blue) = 6+44+114=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #062C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C72 is #F9D38D. Grayscale: #282828. Windows color (decimal): -16372622 or 7482374. OLE color: 7482374.

HSL color Cylindrical-coordinate representation of color #062C72: hue angle of 218.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062C72 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 44 114 -
CMYK 0.95 0.61 0 0.55
HSL 218.89º 0.9% 0.24% -
HSV(B) 218.89º 0.95% 0.45% -
XYZ 4.01 3.05 16.3 -
YUV 40.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 6 44 114 0.95 0.61 0 0.55 218.89 0.9 0.24
Hex 6 2C 72 5F 3D 0 37 DB 5A 18
Octal 6 54 162 137 75 0 67 333 132 30
Binary 110 101100 1110010 1011111 111101 0 110111 11011011 1011010 11000

Color Harmonies of #062C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C72

Black with #062C72

Text Example


Text Example

White with #062C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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