Html Css Color HEX #010A54 Sapphire

📋 copy color: '#010A54'

red 1 ◦ green 10 ◦ blue 84

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

Shades of Sapphire #010A54

Tints of Sapphire #010A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 88.42%

R = 1.05%
G = 10.53%
B = 88.42%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010A54 (or 0x010A54) is known color: Sapphire. HEX triplet: 01, 0A and 54. RGB value is (1,10,84). Sum of RGB (Red+Green+Blue) = 1+10+84=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 84 (33.20% from 255 or 88.42% from 95); Max value from RGB is 84 - color contains mainly: blue. Hex color #010A54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A54 is #FEF5AB. Grayscale: #0F0F0F. Windows color (decimal): -16709036 or 5507585. OLE color: 5507585.

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

Color convert

RGB 1 10 84 -
CMYK 0.99 0.88 0 0.67
HSL 233.49º 0.98% 0.17% -
HSV(B) 233.49º 0.99% 0.33% -
XYZ 1.72 0.86 8.46 -
YUV 15.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 1 10 84 0.99 0.88 0 0.67 233.49 0.98 0.17
Hex 1 A 54 63 58 0 43 E9 62 11
Octal 1 12 124 143 130 0 103 351 142 21
Binary 1 1010 1010100 1100011 1011000 0 1000011 11101001 1100010 10001

Color Harmonies of #010A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A54

Black with #010A54

Text Example


Text Example

White with #010A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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