Html Css Color HEX #010C5D Sapphire

📋 copy color: '#010C5D'

red 1 ◦ green 12 ◦ blue 93

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

Shades of Sapphire #010C5D

Tints of Sapphire #010C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 87.74%

R = 0.94%
G = 11.32%
B = 87.74%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#010C5D (or 0x010C5D) is known color: Sapphire. HEX triplet: 01, 0C and 5D. RGB value is (1,12,93). Sum of RGB (Red+Green+Blue) = 1+12+93=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #010C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C5D is #FEF3A2. Grayscale: #111111. Windows color (decimal): -16708515 or 6097921. OLE color: 6097921.

HSL color Cylindrical-coordinate representation of color #010C5D: hue angle of 232.83º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C5D is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 12 93 -
CMYK 0.99 0.87 0 0.64
HSL 232.83º 0.98% 0.18% -
HSV(B) 232.83º 0.99% 0.36% -
XYZ 2.12 1.06 10.45 -
YUV 17.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 1 12 93 0.99 0.87 0 0.64 232.83 0.98 0.18
Hex 1 C 5D 63 57 0 40 E9 62 12
Octal 1 14 135 143 127 0 100 351 142 22
Binary 1 1100 1011101 1100011 1010111 0 1000000 11101001 1100010 10010

Color Harmonies of #010C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C5D

Black with #010C5D

Text Example


Text Example

White with #010C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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