Html Css Color HEX #051761 Sapphire

📋 copy color: '#051761'

red 5 ◦ green 23 ◦ blue 97

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

Shades of Sapphire #051761

Tints of Sapphire #051761

RGB

 RED value IS 5 (2.34% from 255) = 4%

 GREEN value IS 23 (9.38% from 255) = 18.4%

 BLUE value IS 97 (38.28% from 255) = 77.6%

R = 4%
G = 18.4%
B = 77.6%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051761 (or 0x051761) is known color: Sapphire. HEX triplet: 05, 17 and 61. RGB value is (5,23,97). Sum of RGB (Red+Green+Blue) = 5+23+97=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 97 (38.28% from 255 or 77.6% from 125); Max value from RGB is 97 - color contains mainly: blue. Hex color #051761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051761 is #FAE89E. Grayscale: #191919. Windows color (decimal): -16443551 or 6362885. OLE color: 6362885.

HSL color Cylindrical-coordinate representation of color #051761: hue angle of 228.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051761 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 23 97 -
CMYK 0.95 0.76 0 0.62
HSL 228.26º 0.9% 0.2% -
HSV(B) 228.26º 0.95% 0.38% -
XYZ 2.53 1.51 11.47 -
YUV 26.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 5 23 97 0.95 0.76 0 0.62 228.26 0.9 0.2
Hex 5 17 61 5F 4C 0 3E E4 5A 14
Octal 5 27 141 137 114 0 76 344 132 24
Binary 101 10111 1100001 1011111 1001100 0 111110 11100100 1011010 10100

Color Harmonies of #051761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051761

Black with #051761

Text Example


Text Example

White with #051761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051761; }

 p { color: rgb(5,23,97); }

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

background-color css

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

 a { background-color: rgb(5,23,97); }

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

border-color css

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

 span { border-color: rgb(5,23,97); }

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