Html Css Color HEX #182C63 Sapphire

📋 copy color: '#182C63'

red 24 ◦ green 44 ◦ blue 99

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

Shades of Sapphire #182C63

Tints of Sapphire #182C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 14.37%
G = 26.35%
B = 59.28%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#182C63 (or 0x182C63) is known color: Sapphire. HEX triplet: 18, 2C and 63. RGB value is (24,44,99). Sum of RGB (Red+Green+Blue) = 24+44+99=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #182C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C63 is #E7D39C. Grayscale: #2C2C2C. Windows color (decimal): -15192989 or 6499352. OLE color: 6499352.

HSL color Cylindrical-coordinate representation of color #182C63: hue angle of 224º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182C63 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 44 99 -
CMYK 0.76 0.56 0 0.61
HSL 224º 0.61% 0.24% -
HSV(B) 224º 0.76% 0.39% -
XYZ 3.53 2.9 12.18 -
YUV 44.29 158.87 113.53 -
System Red Green Blue C M Y K H S L
Decimal 24 44 99 0.76 0.56 0 0.61 224 0.61 0.24
Hex 18 2C 63 4C 38 0 3D E0 3D 18
Octal 30 54 143 114 70 0 75 340 75 30
Binary 11000 101100 1100011 1001100 111000 0 111101 11100000 111101 11000

Color Harmonies of #182C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182C63

Black with #182C63

Text Example


Text Example

White with #182C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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