Html Css Color HEX #05144C Sapphire

📋 copy color: '#05144C'

red 5 ◦ green 20 ◦ blue 76

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

Shades of Sapphire #05144C

Tints of Sapphire #05144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 75.25%

R = 4.95%
G = 19.8%
B = 75.25%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05144C (or 0x05144C) is known color: Sapphire. HEX triplet: 05, 14 and 4C. RGB value is (5,20,76). Sum of RGB (Red+Green+Blue) = 5+20+76=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #05144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05144C is #FAEBB3. Grayscale: #151515. Windows color (decimal): -16444340 or 4985861. OLE color: 4985861.

HSL color Cylindrical-coordinate representation of color #05144C: hue angle of 227.32º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05144C is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 20 76 -
CMYK 0.93 0.74 0 0.70
HSL 227.32º 0.88% 0.16% -
HSV(B) 227.32º 0.93% 0.3% -
XYZ 1.62 1.05 6.96 -
YUV 21.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 5 20 76 0.93 0.74 0 0.70 227.32 0.88 0.16
Hex 5 14 4C 5D 4A 0 46 E3 58 10
Octal 5 24 114 135 112 0 106 343 130 20
Binary 101 10100 1001100 1011101 1001010 0 1000110 11100011 1011000 10000

Color Harmonies of #05144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05144C

Black with #05144C

Text Example


Text Example

White with #05144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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