Html Css Color HEX #05135A Sapphire

📋 copy color: '#05135A'

red 5 ◦ green 19 ◦ blue 90

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

Shades of Sapphire #05135A

Tints of Sapphire #05135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 4.39%
G = 16.67%
B = 78.95%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05135A (or 0x05135A) is known color: Sapphire. HEX triplet: 05, 13 and 5A. RGB value is (5,19,90). Sum of RGB (Red+Green+Blue) = 5+19+90=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #05135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05135A is #FAECA5. Grayscale: #161616. Windows color (decimal): -16444582 or 5903109. OLE color: 5903109.

HSL color Cylindrical-coordinate representation of color #05135A: hue angle of 230.12º 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 #05135A is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 19 90 -
CMYK 0.94 0.79 0 0.65
HSL 230.12º 0.89% 0.19% -
HSV(B) 230.12º 0.94% 0.35% -
XYZ 2.14 1.24 9.8 -
YUV 22.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 5 19 90 0.94 0.79 0 0.65 230.12 0.89 0.19
Hex 5 13 5A 5E 4F 0 41 E6 59 13
Octal 5 23 132 136 117 0 101 346 131 23
Binary 101 10011 1011010 1011110 1001111 0 1000001 11100110 1011001 10011

Color Harmonies of #05135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05135A

Black with #05135A

Text Example


Text Example

White with #05135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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