Html Css Color HEX #18337C Sapphire

📋 copy color: '#18337C'

red 24 ◦ green 51 ◦ blue 124

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

Shades of Sapphire #18337C

Tints of Sapphire #18337C

RGB

 RED value IS 24 (9.77% from 255) = 12.06%

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 12.06%
G = 25.63%
B = 62.31%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18337C (or 0x18337C) is known color: Sapphire. HEX triplet: 18, 33 and 7C. RGB value is (24,51,124). Sum of RGB (Red+Green+Blue) = 24+51+124=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #18337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18337C is #E7CC83. Grayscale: #323232. Windows color (decimal): -15191172 or 8139544. OLE color: 8139544.

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

Color convert

RGB 24 51 124 -
CMYK 0.81 0.59 0 0.51
HSL 223.8º 0.68% 0.29% -
HSV(B) 223.8º 0.81% 0.49% -
XYZ 5.2 4.02 19.57 -
YUV 51.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 24 51 124 0.81 0.59 0 0.51 223.8 0.68 0.29
Hex 18 33 7C 51 3B 0 33 E0 44 1D
Octal 30 63 174 121 73 0 63 340 104 35
Binary 11000 110011 1111100 1010001 111011 0 110011 11100000 1000100 11101

Color Harmonies of #18337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18337C

Black with #18337C

Text Example


Text Example

White with #18337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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