Html Css Color HEX #18326A Sapphire

📋 copy color: '#18326A'

red 24 ◦ green 50 ◦ blue 106

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

Shades of Sapphire #18326A

Tints of Sapphire #18326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 58.89%

R = 13.33%
G = 27.78%
B = 58.89%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18326A (or 0x18326A) is known color: Sapphire. HEX triplet: 18, 32 and 6A. RGB value is (24,50,106). Sum of RGB (Red+Green+Blue) = 24+50+106=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #18326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18326A is #E7CD95. Grayscale: #303030. Windows color (decimal): -15191446 or 6959640. OLE color: 6959640.

HSL color Cylindrical-coordinate representation of color #18326A: hue angle of 220.98º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18326A is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 50 106 -
CMYK 0.77 0.53 0 0.58
HSL 220.98º 0.63% 0.25% -
HSV(B) 220.98º 0.77% 0.42% -
XYZ 4.12 3.52 14.1 -
YUV 48.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 24 50 106 0.77 0.53 0 0.58 220.98 0.63 0.25
Hex 18 32 6A 4D 35 0 3A DD 3F 19
Octal 30 62 152 115 65 0 72 335 77 31
Binary 11000 110010 1101010 1001101 110101 0 111010 11011101 111111 11001

Color Harmonies of #18326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18326A

Black with #18326A

Text Example


Text Example

White with #18326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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