Html Css Color HEX #061457 Sapphire

📋 copy color: '#061457'

red 6 ◦ green 20 ◦ blue 87

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

Shades of Sapphire #061457

Tints of Sapphire #061457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

 BLUE value IS 87 (34.38% from 255) = 76.99%

R = 5.31%
G = 17.7%
B = 76.99%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#061457 (or 0x061457) is known color: Sapphire. HEX triplet: 06, 14 and 57. RGB value is (6,20,87). Sum of RGB (Red+Green+Blue) = 6+20+87=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #061457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061457 is #F9EBA8. Grayscale: #171717. Windows color (decimal): -16378793 or 5706758. OLE color: 5706758.

HSL color Cylindrical-coordinate representation of color #061457: hue angle of 229.63º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061457 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 20 87 -
CMYK 0.93 0.77 0 0.66
HSL 229.63º 0.87% 0.18% -
HSV(B) 229.63º 0.93% 0.34% -
XYZ 2.05 1.23 9.15 -
YUV 23.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 6 20 87 0.93 0.77 0 0.66 229.63 0.87 0.18
Hex 6 14 57 5D 4D 0 42 E6 57 12
Octal 6 24 127 135 115 0 102 346 127 22
Binary 110 10100 1010111 1011101 1001101 0 1000010 11100110 1010111 10010

Color Harmonies of #061457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061457

Black with #061457

Text Example


Text Example

White with #061457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061457; }

 p { color: rgb(6,20,87); }

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

background-color css

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

 a { background-color: rgb(6,20,87); }

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

border-color css

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

 span { border-color: rgb(6,20,87); }

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