Html Css Color HEX #010954 Sapphire

📋 copy color: '#010954'

red 1 ◦ green 9 ◦ blue 84

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

Shades of Sapphire #010954

Tints of Sapphire #010954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

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

R = 1.06%
G = 9.57%
B = 89.36%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010954 (or 0x010954) is known color: Sapphire. HEX triplet: 01, 09 and 54. RGB value is (1,9,84). Sum of RGB (Red+Green+Blue) = 1+9+84=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 84 (33.20% from 255 or 89.36% from 94); Max value from RGB is 84 - color contains mainly: blue. Hex color #010954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010954 is #FEF6AB. Grayscale: #0E0E0E. Windows color (decimal): -16709292 or 5507329. OLE color: 5507329.

HSL color Cylindrical-coordinate representation of color #010954: hue angle of 234.22º 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 #010954 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 9 84 -
CMYK 0.99 0.89 0 0.67
HSL 234.22º 0.98% 0.17% -
HSV(B) 234.22º 0.99% 0.33% -
XYZ 1.71 0.84 8.46 -
YUV 15.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 1 9 84 0.99 0.89 0 0.67 234.22 0.98 0.17
Hex 1 9 54 63 59 0 43 EA 62 11
Octal 1 11 124 143 131 0 103 352 142 21
Binary 1 1001 1010100 1100011 1011001 0 1000011 11101010 1100010 10001

Color Harmonies of #010954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010954

Black with #010954

Text Example


Text Example

White with #010954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010954; }

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

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

background-color css

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

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

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

border-color css

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

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

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