Html Css Color HEX #010D54 Sapphire

📋 copy color: '#010D54'

red 1 ◦ green 13 ◦ blue 84

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

Shades of Sapphire #010D54

Tints of Sapphire #010D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

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

R = 1.02%
G = 13.27%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010D54 (or 0x010D54) is known color: Sapphire. HEX triplet: 01, 0D and 54. RGB value is (1,13,84). Sum of RGB (Red+Green+Blue) = 1+13+84=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #010D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D54 is #FEF2AB. Grayscale: #111111. Windows color (decimal): -16708268 or 5508353. OLE color: 5508353.

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

Color convert

RGB 1 13 84 -
CMYK 0.99 0.85 0 0.67
HSL 231.33º 0.98% 0.17% -
HSV(B) 231.33º 0.99% 0.33% -
XYZ 1.76 0.93 8.48 -
YUV 17.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 1 13 84 0.99 0.85 0 0.67 231.33 0.98 0.17
Hex 1 D 54 63 55 0 43 E7 62 11
Octal 1 15 124 143 125 0 103 347 142 21
Binary 1 1101 1010100 1100011 1010101 0 1000011 11100111 1100010 10001

Color Harmonies of #010D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D54

Black with #010D54

Text Example


Text Example

White with #010D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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