Html Css Color HEX #05136C Sapphire

📋 copy color: '#05136C'

red 5 ◦ green 19 ◦ blue 108

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

Shades of Sapphire #05136C

Tints of Sapphire #05136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 81.82%

R = 3.79%
G = 14.39%
B = 81.82%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05136C (or 0x05136C) is known color: Sapphire. HEX triplet: 05, 13 and 6C. RGB value is (5,19,108). Sum of RGB (Red+Green+Blue) = 5+19+108=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #05136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136C is #FAEC93. Grayscale: #181818. Windows color (decimal): -16444564 or 7082757. OLE color: 7082757.

HSL color Cylindrical-coordinate representation of color #05136C: hue angle of 231.84º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05136C is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 19 108 -
CMYK 0.95 0.82 0 0.58
HSL 231.84º 0.91% 0.22% -
HSV(B) 231.84º 0.95% 0.42% -
XYZ 3 1.58 14.33 -
YUV 24.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 5 19 108 0.95 0.82 0 0.58 231.84 0.91 0.22
Hex 5 13 6C 5F 52 0 3A E8 5B 16
Octal 5 23 154 137 122 0 72 350 133 26
Binary 101 10011 1101100 1011111 1010010 0 111010 11101000 1011011 10110

Color Harmonies of #05136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05136C

Black with #05136C

Text Example


Text Example

White with #05136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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