Html Css Color HEX #010A50 Sapphire

📋 copy color: '#010A50'

red 1 ◦ green 10 ◦ blue 80

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

Shades of Sapphire #010A50

Tints of Sapphire #010A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 87.91%

R = 1.1%
G = 10.99%
B = 87.91%

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

#010A50 (or 0x010A50) is known color: Sapphire. HEX triplet: 01, 0A and 50. RGB value is (1,10,80). Sum of RGB (Red+Green+Blue) = 1+10+80=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 80 (31.64% from 255 or 87.91% from 91); Max value from RGB is 80 - color contains mainly: blue. Hex color #010A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A50 is #FEF5AF. Grayscale: #0F0F0F. Windows color (decimal): -16709040 or 5245441. OLE color: 5245441.

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

Color convert

RGB 1 10 80 -
CMYK 0.99 0.87 0 0.69
HSL 233.16º 0.98% 0.16% -
HSV(B) 233.16º 0.99% 0.31% -
XYZ 1.57 0.8 7.66 -
YUV 15.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 1 10 80 0.99 0.87 0 0.69 233.16 0.98 0.16
Hex 1 A 50 63 57 0 45 E9 62 10
Octal 1 12 120 143 127 0 105 351 142 20
Binary 1 1010 1010000 1100011 1010111 0 1000101 11101001 1100010 10000

Color Harmonies of #010A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A50

Black with #010A50

Text Example


Text Example

White with #010A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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