Html Css Color HEX #010E67 Sapphire

📋 copy color: '#010E67'

red 1 ◦ green 14 ◦ blue 103

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

Shades of Sapphire #010E67

Tints of Sapphire #010E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 87.29%

R = 0.85%
G = 11.86%
B = 87.29%

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

#010E67 (or 0x010E67) is known color: Sapphire. HEX triplet: 01, 0E and 67. RGB value is (1,14,103). Sum of RGB (Red+Green+Blue) = 1+14+103=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 103 (40.62% from 255 or 87.29% from 118); Max value from RGB is 103 - color contains mainly: blue. Hex color #010E67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E67 is #FEF198. Grayscale: #131313. Windows color (decimal): -16707993 or 6753793. OLE color: 6753793.

HSL color Cylindrical-coordinate representation of color #010E67: hue angle of 232.35º 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 #010E67 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 14 103 -
CMYK 0.99 0.86 0 0.60
HSL 232.35º 0.98% 0.2% -
HSV(B) 232.35º 0.99% 0.4% -
XYZ 2.62 1.3 12.94 -
YUV 20.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 1 14 103 0.99 0.86 0 0.60 232.35 0.98 0.2
Hex 1 E 67 63 56 0 3C E8 62 14
Octal 1 16 147 143 126 0 74 350 142 24
Binary 1 1110 1100111 1100011 1010110 0 111100 11101000 1100010 10100

Color Harmonies of #010E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E67

Black with #010E67

Text Example


Text Example

White with #010E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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