Html Css Color HEX #051769 Sapphire

📋 copy color: '#051769'

red 5 ◦ green 23 ◦ blue 105

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

Shades of Sapphire #051769

Tints of Sapphire #051769

RGB

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

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

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

R = 3.76%
G = 17.29%
B = 78.95%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051769 (or 0x051769) is known color: Sapphire. HEX triplet: 05, 17 and 69. RGB value is (5,23,105). Sum of RGB (Red+Green+Blue) = 5+23+105=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #051769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051769 is #FAE896. Grayscale: #1A1A1A. Windows color (decimal): -16443543 or 6887173. OLE color: 6887173.

HSL color Cylindrical-coordinate representation of color #051769: hue angle of 229.2º 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 #051769 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 23 105 -
CMYK 0.95 0.78 0 0.59
HSL 229.2º 0.91% 0.22% -
HSV(B) 229.2º 0.95% 0.41% -
XYZ 2.92 1.66 13.53 -
YUV 26.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 5 23 105 0.95 0.78 0 0.59 229.2 0.91 0.22
Hex 5 17 69 5F 4E 0 3B E5 5B 16
Octal 5 27 151 137 116 0 73 345 133 26
Binary 101 10111 1101001 1011111 1001110 0 111011 11100101 1011011 10110

Color Harmonies of #051769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051769

Black with #051769

Text Example


Text Example

White with #051769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051769; }

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

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

background-color css

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

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

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

border-color css

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

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

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