Html Css Color HEX #01185C Sapphire

📋 copy color: '#01185C'

red 1 ◦ green 24 ◦ blue 92

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

Shades of Sapphire #01185C

Tints of Sapphire #01185C

RGB

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

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

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

R = 0.85%
G = 20.51%
B = 78.63%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01185C (or 0x01185C) is known color: Sapphire. HEX triplet: 01, 18 and 5C. RGB value is (1,24,92). Sum of RGB (Red+Green+Blue) = 1+24+92=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #01185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01185C is #FEE7A3. Grayscale: #181818. Windows color (decimal): -16705444 or 6035457. OLE color: 6035457.

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

Color convert

RGB 1 24 92 -
CMYK 0.99 0.74 0 0.64
HSL 224.84º 0.98% 0.18% -
HSV(B) 224.84º 0.99% 0.36% -
XYZ 2.27 1.43 10.28 -
YUV 24.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 1 24 92 0.99 0.74 0 0.64 224.84 0.98 0.18
Hex 1 18 5C 63 4A 0 40 E1 62 12
Octal 1 30 134 143 112 0 100 341 142 22
Binary 1 11000 1011100 1100011 1001010 0 1000000 11100001 1100010 10010

Color Harmonies of #01185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01185C

Black with #01185C

Text Example


Text Example

White with #01185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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