Html Css Color HEX #05135C Sapphire

📋 copy color: '#05135C'

red 5 ◦ green 19 ◦ blue 92

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

Shades of Sapphire #05135C

Tints of Sapphire #05135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 79.31%

R = 4.31%
G = 16.38%
B = 79.31%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05135C (or 0x05135C) is known color: Sapphire. HEX triplet: 05, 13 and 5C. RGB value is (5,19,92). Sum of RGB (Red+Green+Blue) = 5+19+92=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #05135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05135C is #FAECA3. Grayscale: #161616. Windows color (decimal): -16444580 or 6034181. OLE color: 6034181.

HSL color Cylindrical-coordinate representation of color #05135C: hue angle of 230.34º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05135C is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 19 92 -
CMYK 0.95 0.79 0 0.64
HSL 230.34º 0.9% 0.19% -
HSV(B) 230.34º 0.95% 0.36% -
XYZ 2.23 1.27 10.25 -
YUV 23.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 5 19 92 0.95 0.79 0 0.64 230.34 0.9 0.19
Hex 5 13 5C 5F 4F 0 40 E6 5A 13
Octal 5 23 134 137 117 0 100 346 132 23
Binary 101 10011 1011100 1011111 1001111 0 1000000 11100110 1011010 10011

Color Harmonies of #05135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05135C

Black with #05135C

Text Example


Text Example

White with #05135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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