Html Css Color HEX #01187C Sapphire

📋 copy color: '#01187C'

red 1 ◦ green 24 ◦ blue 124

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

Shades of Sapphire #01187C

Tints of Sapphire #01187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

 BLUE value IS 124 (48.83% from 255) = 83.22%

R = 0.67%
G = 16.11%
B = 83.22%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01187C (or 0x01187C) is known color: Sapphire. HEX triplet: 01, 18 and 7C. RGB value is (1,24,124). Sum of RGB (Red+Green+Blue) = 1+24+124=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #01187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01187C is #FEE783. Grayscale: #1C1C1C. Windows color (decimal): -16705412 or 8132609. OLE color: 8132609.

HSL color Cylindrical-coordinate representation of color #01187C: hue angle of 228.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01187C is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 24 124 -
CMYK 0.99 0.81 0 0.51
HSL 228.78º 0.98% 0.25% -
HSV(B) 228.78º 0.99% 0.49% -
XYZ 3.98 2.11 19.27 -
YUV 28.52 181.88 108.37 -
System Red Green Blue C M Y K H S L
Decimal 1 24 124 0.99 0.81 0 0.51 228.78 0.98 0.25
Hex 1 18 7C 63 51 0 33 E5 62 19
Octal 1 30 174 143 121 0 63 345 142 31
Binary 1 11000 1111100 1100011 1010001 0 110011 11100101 1100010 11001

Color Harmonies of #01187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01187C

Black with #01187C

Text Example


Text Example

White with #01187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,24,124); }

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

background-color css

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

 a { background-color: rgb(1,24,124); }

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

border-color css

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

 span { border-color: rgb(1,24,124); }

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