Html Css Color HEX #010C47 Sapphire

📋 copy color: '#010C47'

red 1 ◦ green 12 ◦ blue 71

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

Shades of Sapphire #010C47

Tints of Sapphire #010C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 84.52%

R = 1.19%
G = 14.29%
B = 84.52%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010C47 (or 0x010C47) is known color: Sapphire. HEX triplet: 01, 0C and 47. RGB value is (1,12,71). Sum of RGB (Red+Green+Blue) = 1+12+71=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #010C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C47 is #FEF3B8. Grayscale: #0F0F0F. Windows color (decimal): -16708537 or 4656129. OLE color: 4656129.

HSL color Cylindrical-coordinate representation of color #010C47: hue angle of 230.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C47 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 12 71 -
CMYK 0.99 0.83 0 0.72
HSL 230.57º 0.97% 0.14% -
HSV(B) 230.57º 0.99% 0.28% -
XYZ 1.28 0.72 6.03 -
YUV 15.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 1 12 71 0.99 0.83 0 0.72 230.57 0.97 0.14
Hex 1 C 47 63 53 0 48 E7 61 E
Octal 1 14 107 143 123 0 110 347 141 16
Binary 1 1100 1000111 1100011 1010011 0 1001000 11100111 1100001 1110

Color Harmonies of #010C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C47

Black with #010C47

Text Example


Text Example

White with #010C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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