Html Css Color HEX #061951 Sapphire

📋 copy color: '#061951'

red 6 ◦ green 25 ◦ blue 81

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

Shades of Sapphire #061951

Tints of Sapphire #061951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 81 (32.03% from 255) = 72.32%

R = 5.36%
G = 22.32%
B = 72.32%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#061951 (or 0x061951) is known color: Sapphire. HEX triplet: 06, 19 and 51. RGB value is (6,25,81). Sum of RGB (Red+Green+Blue) = 6+25+81=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #061951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061951 is #F9E6AE. Grayscale: #191919. Windows color (decimal): -16377519 or 5314822. OLE color: 5314822.

HSL color Cylindrical-coordinate representation of color #061951: hue angle of 224.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061951 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 25 81 -
CMYK 0.93 0.69 0 0.68
HSL 224.8º 0.86% 0.17% -
HSV(B) 224.8º 0.93% 0.32% -
XYZ 1.91 1.33 7.94 -
YUV 25.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 6 25 81 0.93 0.69 0 0.68 224.8 0.86 0.17
Hex 6 19 51 5D 45 0 44 E1 56 11
Octal 6 31 121 135 105 0 104 341 126 21
Binary 110 11001 1010001 1011101 1000101 0 1000100 11100001 1010110 10001

Color Harmonies of #061951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061951

Black with #061951

Text Example


Text Example

White with #061951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061951; }

 p { color: rgb(6,25,81); }

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

background-color css

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

 a { background-color: rgb(6,25,81); }

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

border-color css

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

 span { border-color: rgb(6,25,81); }

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