Html Css Color HEX #010C54 Sapphire

📋 copy color: '#010C54'

red 1 ◦ green 12 ◦ blue 84

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

Shades of Sapphire #010C54

Tints of Sapphire #010C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.37%

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

R = 1.03%
G = 12.37%
B = 86.6%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010C54 (or 0x010C54) is known color: Sapphire. HEX triplet: 01, 0C and 54. RGB value is (1,12,84). Sum of RGB (Red+Green+Blue) = 1+12+84=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #010C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C54 is #FEF3AB. Grayscale: #101010. Windows color (decimal): -16708524 or 5508097. OLE color: 5508097.

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

Color convert

RGB 1 12 84 -
CMYK 0.99 0.86 0 0.67
HSL 232.05º 0.98% 0.17% -
HSV(B) 232.05º 0.99% 0.33% -
XYZ 1.74 0.91 8.47 -
YUV 16.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 1 12 84 0.99 0.86 0 0.67 232.05 0.98 0.17
Hex 1 C 54 63 56 0 43 E8 62 11
Octal 1 14 124 143 126 0 103 350 142 21
Binary 1 1100 1010100 1100011 1010110 0 1000011 11101000 1100010 10001

Color Harmonies of #010C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C54

Black with #010C54

Text Example


Text Example

White with #010C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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