Html Css Color HEX #05105E Sapphire

📋 copy color: '#05105E'

red 5 ◦ green 16 ◦ blue 94

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

Shades of Sapphire #05105E

Tints of Sapphire #05105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

 BLUE value IS 94 (37.11% from 255) = 81.74%

R = 4.35%
G = 13.91%
B = 81.74%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05105E (or 0x05105E) is known color: Sapphire. HEX triplet: 05, 10 and 5E. RGB value is (5,16,94). Sum of RGB (Red+Green+Blue) = 5+16+94=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #05105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05105E is #FAEFA1. Grayscale: #151515. Windows color (decimal): -16445346 or 6164485. OLE color: 6164485.

HSL color Cylindrical-coordinate representation of color #05105E: hue angle of 232.58º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05105E is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 16 94 -
CMYK 0.95 0.83 0 0.63
HSL 232.58º 0.9% 0.19% -
HSV(B) 232.58º 0.95% 0.37% -
XYZ 2.27 1.21 10.7 -
YUV 21.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 5 16 94 0.95 0.83 0 0.63 232.58 0.9 0.19
Hex 5 10 5E 5F 53 0 3F E9 5A 13
Octal 5 20 136 137 123 0 77 351 132 23
Binary 101 10000 1011110 1011111 1010011 0 111111 11101001 1011010 10011

Color Harmonies of #05105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05105E

Black with #05105E

Text Example


Text Example

White with #05105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05105E; }

 p { color: rgb(5,16,94); }

 H1.HeaderClassName
 {
   color: #05105E;
 }
 .AnyTagClassName
 {
   color: #05105E;
 }
</style>

background-color css

<style>
 a { background-color: #05105E; }

 a { background-color: rgb(5,16,94); }

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

border-color css

<style>
 span { border-color: #05105E; }

 span { border-color: rgb(5,16,94); }

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