Html Css Color HEX #18276D Sapphire

📋 copy color: '#18276D'

red 24 ◦ green 39 ◦ blue 109

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

Shades of Sapphire #18276D

Tints of Sapphire #18276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 13.95%
G = 22.67%
B = 63.37%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18276D (or 0x18276D) is known color: Sapphire. HEX triplet: 18, 27 and 6D. RGB value is (24,39,109). Sum of RGB (Red+Green+Blue) = 24+39+109=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #18276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18276D is #E7D892. Grayscale: #2A2A2A. Windows color (decimal): -15194259 or 7153432. OLE color: 7153432.

HSL color Cylindrical-coordinate representation of color #18276D: hue angle of 229.41º 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 #18276D is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 39 109 -
CMYK 0.78 0.64 0 0.57
HSL 229.41º 0.64% 0.26% -
HSV(B) 229.41º 0.78% 0.43% -
XYZ 3.86 2.75 14.8 -
YUV 42.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 24 39 109 0.78 0.64 0 0.57 229.41 0.64 0.26
Hex 18 27 6D 4E 40 0 39 E5 40 1A
Octal 30 47 155 116 100 0 71 345 100 32
Binary 11000 100111 1101101 1001110 1000000 0 111001 11100101 1000000 11010

Color Harmonies of #18276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18276D

Black with #18276D

Text Example


Text Example

White with #18276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18276D; }

 p { color: rgb(24,39,109); }

 H1.HeaderClassName
 {
   color: #18276D;
 }
 .AnyTagClassName
 {
   color: #18276D;
 }
</style>

background-color css

<style>
 a { background-color: #18276D; }

 a { background-color: rgb(24,39,109); }

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

border-color css

<style>
 span { border-color: #18276D; }

 span { border-color: rgb(24,39,109); }

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