Html Css Color HEX #061E73 Sapphire

📋 copy color: '#061E73'

red 6 ◦ green 30 ◦ blue 115

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

Shades of Sapphire #061E73

Tints of Sapphire #061E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 115 (45.31% from 255) = 76.16%

R = 3.97%
G = 19.87%
B = 76.16%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#061E73 (or 0x061E73) is known color: Sapphire. HEX triplet: 06, 1E and 73. RGB value is (6,30,115). Sum of RGB (Red+Green+Blue) = 6+30+115=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #061E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E73 is #F9E18C. Grayscale: #202020. Windows color (decimal): -16376205 or 7544326. OLE color: 7544326.

HSL color Cylindrical-coordinate representation of color #061E73: hue angle of 226.79º 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 #061E73 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 30 115 -
CMYK 0.95 0.74 0 0.55
HSL 226.79º 0.9% 0.24% -
HSV(B) 226.79º 0.95% 0.45% -
XYZ 3.63 2.21 16.45 -
YUV 32.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 6 30 115 0.95 0.74 0 0.55 226.79 0.9 0.24
Hex 6 1E 73 5F 4A 0 37 E3 5A 18
Octal 6 36 163 137 112 0 67 343 132 30
Binary 110 11110 1110011 1011111 1001010 0 110111 11100011 1011010 11000

Color Harmonies of #061E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E73

Black with #061E73

Text Example


Text Example

White with #061E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E73; }

 p { color: rgb(6,30,115); }

 H1.HeaderClassName
 {
   color: #061E73;
 }
 .AnyTagClassName
 {
   color: #061E73;
 }
</style>

background-color css

<style>
 a { background-color: #061E73; }

 a { background-color: rgb(6,30,115); }

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

border-color css

<style>
 span { border-color: #061E73; }

 span { border-color: rgb(6,30,115); }

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