Html Css Color HEX #182E5C Sapphire

📋 copy color: '#182E5C'

red 24 ◦ green 46 ◦ blue 92

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

Shades of Sapphire #182E5C

Tints of Sapphire #182E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 14.81%
G = 28.4%
B = 56.79%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#182E5C (or 0x182E5C) is known color: Sapphire. HEX triplet: 18, 2E and 5C. RGB value is (24,46,92). Sum of RGB (Red+Green+Blue) = 24+46+92=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #182E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E5C is #E7D1A3. Grayscale: #2C2C2C. Windows color (decimal): -15192484 or 6041112. OLE color: 6041112.

HSL color Cylindrical-coordinate representation of color #182E5C: hue angle of 220.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182E5C is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 46 92 -
CMYK 0.74 0.50 0 0.64
HSL 220.59º 0.59% 0.23% -
HSV(B) 220.59º 0.74% 0.36% -
XYZ 3.29 2.92 10.52 -
YUV 44.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 24 46 92 0.74 0.50 0 0.64 220.59 0.59 0.23
Hex 18 2E 5C 4A 32 0 40 DD 3B 17
Octal 30 56 134 112 62 0 100 335 73 27
Binary 11000 101110 1011100 1001010 110010 0 1000000 11011101 111011 10111

Color Harmonies of #182E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E5C

Black with #182E5C

Text Example


Text Example

White with #182E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,46,92); }

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

background-color css

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

 a { background-color: rgb(24,46,92); }

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

border-color css

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

 span { border-color: rgb(24,46,92); }

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