Html Css Color HEX #051448 Sapphire

📋 copy color: '#051448'

red 5 ◦ green 20 ◦ blue 72

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

Shades of Sapphire #051448

Tints of Sapphire #051448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

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

R = 5.15%
G = 20.62%
B = 74.23%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051448 (or 0x051448) is known color: Sapphire. HEX triplet: 05, 14 and 48. RGB value is (5,20,72). Sum of RGB (Red+Green+Blue) = 5+20+72=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #051448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051448 is #FAEBB7. Grayscale: #151515. Windows color (decimal): -16444344 or 4723717. OLE color: 4723717.

HSL color Cylindrical-coordinate representation of color #051448: hue angle of 226.57º 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 #051448 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 20 72 -
CMYK 0.93 0.72 0 0.72
HSL 226.57º 0.87% 0.15% -
HSV(B) 226.57º 0.93% 0.28% -
XYZ 1.48 1 6.25 -
YUV 21.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 5 20 72 0.93 0.72 0 0.72 226.57 0.87 0.15
Hex 5 14 48 5D 48 0 48 E3 57 F
Octal 5 24 110 135 110 0 110 343 127 17
Binary 101 10100 1001000 1011101 1001000 0 1001000 11100011 1010111 1111

Color Harmonies of #051448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051448

Black with #051448

Text Example


Text Example

White with #051448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051448; }

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

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

background-color css

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

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

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

border-color css

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

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

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