Html Css Color HEX #182C5F Sapphire

📋 copy color: '#182C5F'

red 24 ◦ green 44 ◦ blue 95

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

Shades of Sapphire #182C5F

Tints of Sapphire #182C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 14.72%
G = 26.99%
B = 58.28%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#182C5F (or 0x182C5F) is known color: Sapphire. HEX triplet: 18, 2C and 5F. RGB value is (24,44,95). Sum of RGB (Red+Green+Blue) = 24+44+95=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #182C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C5F is #E7D3A0. Grayscale: #2B2B2B. Windows color (decimal): -15192993 or 6237208. OLE color: 6237208.

HSL color Cylindrical-coordinate representation of color #182C5F: hue angle of 223.1º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182C5F is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 44 95 -
CMYK 0.75 0.54 0 0.63
HSL 223.1º 0.6% 0.23% -
HSV(B) 223.1º 0.75% 0.37% -
XYZ 3.34 2.82 11.19 -
YUV 43.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 24 44 95 0.75 0.54 0 0.63 223.1 0.6 0.23
Hex 18 2C 5F 4B 36 0 3F DF 3C 17
Octal 30 54 137 113 66 0 77 337 74 27
Binary 11000 101100 1011111 1001011 110110 0 111111 11011111 111100 10111

Color Harmonies of #182C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182C5F

Black with #182C5F

Text Example


Text Example

White with #182C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182C5F; }

 p { color: rgb(24,44,95); }

 H1.HeaderClassName
 {
   color: #182C5F;
 }
 .AnyTagClassName
 {
   color: #182C5F;
 }
</style>

background-color css

<style>
 a { background-color: #182C5F; }

 a { background-color: rgb(24,44,95); }

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

border-color css

<style>
 span { border-color: #182C5F; }

 span { border-color: rgb(24,44,95); }

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