Html Css Color HEX #00187C Sapphire

📋 copy color: '#00187C'

red 0 ◦ green 24 ◦ blue 124

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

Shades of Sapphire #00187C

Tints of Sapphire #00187C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 16.22%
B = 83.78%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00187C (or 0x00187C) is known color: Sapphire. HEX triplet: 00, 18 and 7C. RGB value is (0,24,124). Sum of RGB (Red+Green+Blue) = 0+24+124=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #00187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00187C is #FFE783. Grayscale: #1B1B1B. Windows color (decimal): -16770948 or 8132608. OLE color: 8132608.

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

Color convert

RGB 0 24 124 -
CMYK 1 0.81 0 0.51
HSL 228.39º 1% 0.24% -
HSV(B) 228.39º 1% 0.49% -
XYZ 3.96 2.11 19.27 -
YUV 28.22 182.05 107.87 -
System Red Green Blue C M Y K H S L
Decimal 0 24 124 1 0.81 0 0.51 228.39 1 0.24
Hex 0 18 7C 64 51 0 33 E4 64 18
Octal 0 30 174 144 121 0 63 344 144 30
Binary 0 11000 1111100 1100100 1010001 0 110011 11100100 1100100 11000

Color Harmonies of #00187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00187C

Black with #00187C

Text Example


Text Example

White with #00187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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