Html Css Color HEX #051F69 Sapphire

📋 copy color: '#051F69'

red 5 ◦ green 31 ◦ blue 105

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

Shades of Sapphire #051F69

Tints of Sapphire #051F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 74.47%

R = 3.55%
G = 21.99%
B = 74.47%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051F69 (or 0x051F69) is known color: Sapphire. HEX triplet: 05, 1F and 69. RGB value is (5,31,105). Sum of RGB (Red+Green+Blue) = 5+31+105=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #051F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F69 is #FAE096. Grayscale: #1F1F1F. Windows color (decimal): -16441495 or 6889221. OLE color: 6889221.

HSL color Cylindrical-coordinate representation of color #051F69: hue angle of 224.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F69 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 31 105 -
CMYK 0.95 0.70 0 0.59
HSL 224.4º 0.91% 0.22% -
HSV(B) 224.4º 0.95% 0.41% -
XYZ 3.1 2.03 13.59 -
YUV 31.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 5 31 105 0.95 0.70 0 0.59 224.4 0.91 0.22
Hex 5 1F 69 5F 46 0 3B E0 5B 16
Octal 5 37 151 137 106 0 73 340 133 26
Binary 101 11111 1101001 1011111 1000110 0 111011 11100000 1011011 10110

Color Harmonies of #051F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F69

Black with #051F69

Text Example


Text Example

White with #051F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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