Html Css Color HEX #010E65 Sapphire

📋 copy color: '#010E65'

red 1 ◦ green 14 ◦ blue 101

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

Shades of Sapphire #010E65

Tints of Sapphire #010E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.07%

 BLUE value IS 101 (39.84% from 255) = 87.07%

R = 0.86%
G = 12.07%
B = 87.07%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010E65 (or 0x010E65) is known color: Sapphire. HEX triplet: 01, 0E and 65. RGB value is (1,14,101). Sum of RGB (Red+Green+Blue) = 1+14+101=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 101 (39.84% from 255 or 87.07% from 116); Max value from RGB is 101 - color contains mainly: blue. Hex color #010E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E65 is #FEF19A. Grayscale: #131313. Windows color (decimal): -16707995 or 6622721. OLE color: 6622721.

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

Color convert

RGB 1 14 101 -
CMYK 0.99 0.86 0 0.60
HSL 232.2º 0.98% 0.2% -
HSV(B) 232.2º 0.99% 0.4% -
XYZ 2.52 1.26 12.42 -
YUV 20.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 1 14 101 0.99 0.86 0 0.60 232.2 0.98 0.2
Hex 1 E 65 63 56 0 3C E8 62 14
Octal 1 16 145 143 126 0 74 350 142 24
Binary 1 1110 1100101 1100011 1010110 0 111100 11101000 1100010 10100

Color Harmonies of #010E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E65

Black with #010E65

Text Example


Text Example

White with #010E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,14,101); }

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

background-color css

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

 a { background-color: rgb(1,14,101); }

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

border-color css

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

 span { border-color: rgb(1,14,101); }

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