Html Css Color HEX #01124C Sapphire

📋 copy color: '#01124C'

red 1 ◦ green 18 ◦ blue 76

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

Shades of Sapphire #01124C

Tints of Sapphire #01124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

 BLUE value IS 76 (30.08% from 255) = 80%

R = 1.05%
G = 18.95%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01124C (or 0x01124C) is known color: Sapphire. HEX triplet: 01, 12 and 4C. RGB value is (1,18,76). Sum of RGB (Red+Green+Blue) = 1+18+76=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #01124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01124C is #FEEDB3. Grayscale: #131313. Windows color (decimal): -16706996 or 4985345. OLE color: 4985345.

HSL color Cylindrical-coordinate representation of color #01124C: hue angle of 226.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01124C is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 18 76 -
CMYK 0.99 0.76 0 0.70
HSL 226.4º 0.97% 0.15% -
HSV(B) 226.4º 0.99% 0.3% -
XYZ 1.53 0.96 6.94 -
YUV 19.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 1 18 76 0.99 0.76 0 0.70 226.4 0.97 0.15
Hex 1 12 4C 63 4C 0 46 E2 61 F
Octal 1 22 114 143 114 0 106 342 141 17
Binary 1 10010 1001100 1100011 1001100 0 1000110 11100010 1100001 1111

Color Harmonies of #01124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01124C

Black with #01124C

Text Example


Text Example

White with #01124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01124C; }

 p { color: rgb(1,18,76); }

 H1.HeaderClassName
 {
   color: #01124C;
 }
 .AnyTagClassName
 {
   color: #01124C;
 }
</style>

background-color css

<style>
 a { background-color: #01124C; }

 a { background-color: rgb(1,18,76); }

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

border-color css

<style>
 span { border-color: #01124C; }

 span { border-color: rgb(1,18,76); }

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