Html Css Color HEX #18336F Sapphire

📋 copy color: '#18336F'

red 24 ◦ green 51 ◦ blue 111

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

Shades of Sapphire #18336F

Tints of Sapphire #18336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 12.9%
G = 27.42%
B = 59.68%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18336F (or 0x18336F) is known color: Sapphire. HEX triplet: 18, 33 and 6F. RGB value is (24,51,111). Sum of RGB (Red+Green+Blue) = 24+51+111=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #18336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18336F is #E7CC90. Grayscale: #313131. Windows color (decimal): -15191185 or 7287576. OLE color: 7287576.

HSL color Cylindrical-coordinate representation of color #18336F: hue angle of 221.38º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18336F is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 51 111 -
CMYK 0.78 0.54 0 0.56
HSL 221.38º 0.64% 0.26% -
HSV(B) 221.38º 0.78% 0.44% -
XYZ 4.43 3.71 15.52 -
YUV 49.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 24 51 111 0.78 0.54 0 0.56 221.38 0.64 0.26
Hex 18 33 6F 4E 36 0 38 DD 40 1A
Octal 30 63 157 116 66 0 70 335 100 32
Binary 11000 110011 1101111 1001110 110110 0 111000 11011101 1000000 11010

Color Harmonies of #18336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18336F

Black with #18336F

Text Example


Text Example

White with #18336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18336F; }

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

 H1.HeaderClassName
 {
   color: #18336F;
 }
 .AnyTagClassName
 {
   color: #18336F;
 }
</style>

background-color css

<style>
 a { background-color: #18336F; }

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

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

border-color css

<style>
 span { border-color: #18336F; }

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

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