Html Css Color HEX #051F61 Sapphire

📋 copy color: '#051F61'

red 5 ◦ green 31 ◦ blue 97

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

Shades of Sapphire #051F61

Tints of Sapphire #051F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.31%

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

R = 3.76%
G = 23.31%
B = 72.93%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#051F61 (or 0x051F61) is known color: Sapphire. HEX triplet: 05, 1F and 61. RGB value is (5,31,97). Sum of RGB (Red+Green+Blue) = 5+31+97=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #051F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F61 is #FAE09E. Grayscale: #1E1E1E. Windows color (decimal): -16441503 or 6364933. OLE color: 6364933.

HSL color Cylindrical-coordinate representation of color #051F61: hue angle of 223.04º 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 #051F61 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 31 97 -
CMYK 0.95 0.68 0 0.62
HSL 223.04º 0.9% 0.2% -
HSV(B) 223.04º 0.95% 0.38% -
XYZ 2.71 1.88 11.53 -
YUV 30.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 5 31 97 0.95 0.68 0 0.62 223.04 0.9 0.2
Hex 5 1F 61 5F 44 0 3E DF 5A 14
Octal 5 37 141 137 104 0 76 337 132 24
Binary 101 11111 1100001 1011111 1000100 0 111110 11011111 1011010 10100

Color Harmonies of #051F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F61

Black with #051F61

Text Example


Text Example

White with #051F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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