Html Css Color HEX #18326E Sapphire

📋 copy color: '#18326E'

red 24 ◦ green 50 ◦ blue 110

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

Shades of Sapphire #18326E

Tints of Sapphire #18326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

 BLUE value IS 110 (43.36% from 255) = 59.78%

R = 13.04%
G = 27.17%
B = 59.78%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18326E (or 0x18326E) is known color: Sapphire. HEX triplet: 18, 32 and 6E. RGB value is (24,50,110). Sum of RGB (Red+Green+Blue) = 24+50+110=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #18326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18326E is #E7CD91. Grayscale: #303030. Windows color (decimal): -15191442 or 7221784. OLE color: 7221784.

HSL color Cylindrical-coordinate representation of color #18326E: hue angle of 221.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18326E is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 50 110 -
CMYK 0.78 0.55 0 0.57
HSL 221.86º 0.64% 0.26% -
HSV(B) 221.86º 0.78% 0.43% -
XYZ 4.33 3.6 15.22 -
YUV 49.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 24 50 110 0.78 0.55 0 0.57 221.86 0.64 0.26
Hex 18 32 6E 4E 37 0 39 DE 40 1A
Octal 30 62 156 116 67 0 71 336 100 32
Binary 11000 110010 1101110 1001110 110111 0 111001 11011110 1000000 11010

Color Harmonies of #18326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18326E

Black with #18326E

Text Example


Text Example

White with #18326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18326E; }

 p { color: rgb(24,50,110); }

 H1.HeaderClassName
 {
   color: #18326E;
 }
 .AnyTagClassName
 {
   color: #18326E;
 }
</style>

background-color css

<style>
 a { background-color: #18326E; }

 a { background-color: rgb(24,50,110); }

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

border-color css

<style>
 span { border-color: #18326E; }

 span { border-color: rgb(24,50,110); }

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