Html Css Color HEX #010A4E Sapphire

📋 copy color: '#010A4E'

red 1 ◦ green 10 ◦ blue 78

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

Shades of Sapphire #010A4E

Tints of Sapphire #010A4E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.24%

 BLUE value IS 78 (30.86% from 255) = 87.64%

R = 1.12%
G = 11.24%
B = 87.64%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010A4E (or 0x010A4E) is known color: Sapphire. HEX triplet: 01, 0A and 4E. RGB value is (1,10,78). Sum of RGB (Red+Green+Blue) = 1+10+78=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 78 (30.86% from 255 or 87.64% from 89); Max value from RGB is 78 - color contains mainly: blue. Hex color #010A4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A4E is #FEF5B1. Grayscale: #0E0E0E. Windows color (decimal): -16709042 or 5114369. OLE color: 5114369.

HSL color Cylindrical-coordinate representation of color #010A4E: hue angle of 232.99º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A4E is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 10 78 -
CMYK 0.99 0.87 0 0.69
HSL 232.99º 0.97% 0.15% -
HSV(B) 232.99º 0.99% 0.31% -
XYZ 1.5 0.77 7.28 -
YUV 15.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 1 10 78 0.99 0.87 0 0.69 232.99 0.97 0.15
Hex 1 A 4E 63 57 0 45 E9 61 F
Octal 1 12 116 143 127 0 105 351 141 17
Binary 1 1010 1001110 1100011 1010111 0 1000101 11101001 1100001 1111

Color Harmonies of #010A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A4E

Black with #010A4E

Text Example


Text Example

White with #010A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,10,78); }

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

background-color css

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

 a { background-color: rgb(1,10,78); }

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

border-color css

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

 span { border-color: rgb(1,10,78); }

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