Html Css Color HEX #05146D Sapphire

📋 copy color: '#05146D'

red 5 ◦ green 20 ◦ blue 109

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

Shades of Sapphire #05146D

Tints of Sapphire #05146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 81.34%

R = 3.73%
G = 14.93%
B = 81.34%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05146D (or 0x05146D) is known color: Sapphire. HEX triplet: 05, 14 and 6D. RGB value is (5,20,109). Sum of RGB (Red+Green+Blue) = 5+20+109=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #05146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05146D is #FAEB92. Grayscale: #191919. Windows color (decimal): -16444307 or 7148549. OLE color: 7148549.

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

Color convert

RGB 5 20 109 -
CMYK 0.95 0.82 0 0.57
HSL 231.35º 0.91% 0.22% -
HSV(B) 231.35º 0.95% 0.43% -
XYZ 3.07 1.64 14.62 -
YUV 25.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 5 20 109 0.95 0.82 0 0.57 231.35 0.91 0.22
Hex 5 14 6D 5F 52 0 39 E7 5B 16
Octal 5 24 155 137 122 0 71 347 133 26
Binary 101 10100 1101101 1011111 1010010 0 111001 11100111 1011011 10110

Color Harmonies of #05146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05146D

Black with #05146D

Text Example


Text Example

White with #05146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05146D; }

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

 H1.HeaderClassName
 {
   color: #05146D;
 }
 .AnyTagClassName
 {
   color: #05146D;
 }
</style>

background-color css

<style>
 a { background-color: #05146D; }

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

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

border-color css

<style>
 span { border-color: #05146D; }

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

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