Html Css Color HEX #010D5E Sapphire

📋 copy color: '#010D5E'

red 1 ◦ green 13 ◦ blue 94

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

Shades of Sapphire #010D5E

Tints of Sapphire #010D5E

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

 GREEN value IS 13 (5.47% from 255) = 12.04%

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

R = 0.93%
G = 12.04%
B = 87.04%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#010D5E (or 0x010D5E) is known color: Sapphire. HEX triplet: 01, 0D and 5E. RGB value is (1,13,94). Sum of RGB (Red+Green+Blue) = 1+13+94=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 94 (37.11% from 255 or 87.04% from 108); Max value from RGB is 94 - color contains mainly: blue. Hex color #010D5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D5E is #FEF2A1. Grayscale: #121212. Windows color (decimal): -16708258 or 6163713. OLE color: 6163713.

HSL color Cylindrical-coordinate representation of color #010D5E: hue angle of 232.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D5E is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 13 94 -
CMYK 0.99 0.86 0 0.63
HSL 232.26º 0.98% 0.19% -
HSV(B) 232.26º 0.99% 0.37% -
XYZ 2.18 1.1 10.69 -
YUV 18.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 1 13 94 0.99 0.86 0 0.63 232.26 0.98 0.19
Hex 1 D 5E 63 56 0 3F E8 62 13
Octal 1 15 136 143 126 0 77 350 142 23
Binary 1 1101 1011110 1100011 1010110 0 111111 11101000 1100010 10011

Color Harmonies of #010D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D5E

Black with #010D5E

Text Example


Text Example

White with #010D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D5E; }

 p { color: rgb(1,13,94); }

 H1.HeaderClassName
 {
   color: #010D5E;
 }
 .AnyTagClassName
 {
   color: #010D5E;
 }
</style>

background-color css

<style>
 a { background-color: #010D5E; }

 a { background-color: rgb(1,13,94); }

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

border-color css

<style>
 span { border-color: #010D5E; }

 span { border-color: rgb(1,13,94); }

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