Html Css Color HEX #061E72 Sapphire

📋 copy color: '#061E72'

red 6 ◦ green 30 ◦ blue 114

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

Shades of Sapphire #061E72

Tints of Sapphire #061E72

RGB

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

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

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

R = 4%
G = 20%
B = 76%

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

#061E72 (or 0x061E72) is known color: Sapphire. HEX triplet: 06, 1E and 72. RGB value is (6,30,114). Sum of RGB (Red+Green+Blue) = 6+30+114=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #061E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E72 is #F9E18D. Grayscale: #202020. Windows color (decimal): -16376206 or 7478790. OLE color: 7478790.

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

Color convert

RGB 6 30 114 -
CMYK 0.95 0.74 0 0.55
HSL 226.67º 0.9% 0.24% -
HSV(B) 226.67º 0.95% 0.45% -
XYZ 3.58 2.18 16.15 -
YUV 32.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 6 30 114 0.95 0.74 0 0.55 226.67 0.9 0.24
Hex 6 1E 72 5F 4A 0 37 E3 5A 18
Octal 6 36 162 137 112 0 67 343 132 30
Binary 110 11110 1110010 1011111 1001010 0 110111 11100011 1011010 11000

Color Harmonies of #061E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E72

Black with #061E72

Text Example


Text Example

White with #061E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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