Html Css Color HEX #010E53 Sapphire

📋 copy color: '#010E53'

red 1 ◦ green 14 ◦ blue 83

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

Shades of Sapphire #010E53

Tints of Sapphire #010E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 84.69%

R = 1.02%
G = 14.29%
B = 84.69%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010E53 (or 0x010E53) is known color: Sapphire. HEX triplet: 01, 0E and 53. RGB value is (1,14,83). Sum of RGB (Red+Green+Blue) = 1+14+83=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #010E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E53 is #FEF1AC. Grayscale: #111111. Windows color (decimal): -16708013 or 5443073. OLE color: 5443073.

HSL color Cylindrical-coordinate representation of color #010E53: hue angle of 230.49º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E53 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 14 83 -
CMYK 0.99 0.83 0 0.67
HSL 230.49º 0.98% 0.16% -
HSV(B) 230.49º 0.99% 0.33% -
XYZ 1.73 0.95 8.27 -
YUV 17.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 1 14 83 0.99 0.83 0 0.67 230.49 0.98 0.16
Hex 1 E 53 63 53 0 43 E6 62 10
Octal 1 16 123 143 123 0 103 346 142 20
Binary 1 1110 1010011 1100011 1010011 0 1000011 11100110 1100010 10000

Color Harmonies of #010E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E53

Black with #010E53

Text Example


Text Example

White with #010E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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