Html Css Color HEX #05145A Sapphire

📋 copy color: '#05145A'

red 5 ◦ green 20 ◦ blue 90

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

Shades of Sapphire #05145A

Tints of Sapphire #05145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 78.26%

R = 4.35%
G = 17.39%
B = 78.26%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05145A (or 0x05145A) is known color: Sapphire. HEX triplet: 05, 14 and 5A. RGB value is (5,20,90). Sum of RGB (Red+Green+Blue) = 5+20+90=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #05145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05145A is #FAEBA5. Grayscale: #171717. Windows color (decimal): -16444326 or 5903365. OLE color: 5903365.

HSL color Cylindrical-coordinate representation of color #05145A: hue angle of 229.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05145A is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 20 90 -
CMYK 0.94 0.78 0 0.65
HSL 229.41º 0.89% 0.19% -
HSV(B) 229.41º 0.94% 0.35% -
XYZ 2.16 1.27 9.8 -
YUV 23.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 5 20 90 0.94 0.78 0 0.65 229.41 0.89 0.19
Hex 5 14 5A 5E 4E 0 41 E5 59 13
Octal 5 24 132 136 116 0 101 345 131 23
Binary 101 10100 1011010 1011110 1001110 0 1000001 11100101 1011001 10011

Color Harmonies of #05145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05145A

Black with #05145A

Text Example


Text Example

White with #05145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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