Html Css Color HEX #010C5C Sapphire

📋 copy color: '#010C5C'

red 1 ◦ green 12 ◦ blue 92

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

Shades of Sapphire #010C5C

Tints of Sapphire #010C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 87.62%

R = 0.95%
G = 11.43%
B = 87.62%

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

#010C5C (or 0x010C5C) is known color: Sapphire. HEX triplet: 01, 0C and 5C. RGB value is (1,12,92). Sum of RGB (Red+Green+Blue) = 1+12+92=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 92 (36.33% from 255 or 87.62% from 105); Max value from RGB is 92 - color contains mainly: blue. Hex color #010C5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C5C is #FEF3A3. Grayscale: #111111. Windows color (decimal): -16708516 or 6032385. OLE color: 6032385.

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

Color convert

RGB 1 12 92 -
CMYK 0.99 0.87 0 0.64
HSL 232.75º 0.98% 0.18% -
HSV(B) 232.75º 0.99% 0.36% -
XYZ 2.08 1.04 10.22 -
YUV 17.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 1 12 92 0.99 0.87 0 0.64 232.75 0.98 0.18
Hex 1 C 5C 63 57 0 40 E9 62 12
Octal 1 14 134 143 127 0 100 351 142 22
Binary 1 1100 1011100 1100011 1010111 0 1000000 11101001 1100010 10010

Color Harmonies of #010C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C5C

Black with #010C5C

Text Example


Text Example

White with #010C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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