Html Css Color HEX #051748 Sapphire

📋 copy color: '#051748'

red 5 ◦ green 23 ◦ blue 72

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

Shades of Sapphire #051748

Tints of Sapphire #051748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72%

R = 5%
G = 23%
B = 72%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051748 (or 0x051748) is known color: Sapphire. HEX triplet: 05, 17 and 48. RGB value is (5,23,72). Sum of RGB (Red+Green+Blue) = 5+23+72=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #051748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051748 is #FAE8B7. Grayscale: #161616. Windows color (decimal): -16443576 or 4724485. OLE color: 4724485.

HSL color Cylindrical-coordinate representation of color #051748: hue angle of 223.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051748 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 23 72 -
CMYK 0.93 0.68 0 0.72
HSL 223.88º 0.87% 0.15% -
HSV(B) 223.88º 0.93% 0.28% -
XYZ 1.54 1.11 6.26 -
YUV 23.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 5 23 72 0.93 0.68 0 0.72 223.88 0.87 0.15
Hex 5 17 48 5D 44 0 48 E0 57 F
Octal 5 27 110 135 104 0 110 340 127 17
Binary 101 10111 1001000 1011101 1000100 0 1001000 11100000 1010111 1111

Color Harmonies of #051748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051748

Black with #051748

Text Example


Text Example

White with #051748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051748; }

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

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

background-color css

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

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

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

border-color css

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

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

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