Html Css Color HEX #061451 Sapphire

📋 copy color: '#061451'

red 6 ◦ green 20 ◦ blue 81

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

Shades of Sapphire #061451

Tints of Sapphire #061451

RGB

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

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

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

R = 5.61%
G = 18.69%
B = 75.7%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#061451 (or 0x061451) is known color: Sapphire. HEX triplet: 06, 14 and 51. RGB value is (6,20,81). Sum of RGB (Red+Green+Blue) = 6+20+81=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #061451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061451 is #F9EBAE. Grayscale: #161616. Windows color (decimal): -16378799 or 5313542. OLE color: 5313542.

HSL color Cylindrical-coordinate representation of color #061451: hue angle of 228.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 #061451 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 20 81 -
CMYK 0.93 0.75 0 0.68
HSL 228.8º 0.86% 0.17% -
HSV(B) 228.8º 0.93% 0.32% -
XYZ 1.81 1.13 7.91 -
YUV 22.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 6 20 81 0.93 0.75 0 0.68 228.8 0.86 0.17
Hex 6 14 51 5D 4B 0 44 E5 56 11
Octal 6 24 121 135 113 0 104 345 126 21
Binary 110 10100 1010001 1011101 1001011 0 1000100 11100101 1010110 10001

Color Harmonies of #061451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061451

Black with #061451

Text Example


Text Example

White with #061451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061451; }

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

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

background-color css

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

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

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

border-color css

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

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

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