Html Css Color HEX #18487B Dark Cerulean

📋 copy color: '#18487B'

red 24 ◦ green 72 ◦ blue 123

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

Shades of Dark Cerulean #18487B

Tints of Dark Cerulean #18487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 123 (48.44% from 255) = 56.16%

R = 10.96%
G = 32.88%
B = 56.16%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18487B (or 0x18487B) is known color: Dark Cerulean. HEX triplet: 18, 48 and 7B. RGB value is (24,72,123). Sum of RGB (Red+Green+Blue) = 24+72+123=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #18487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18487B is #E7B784. Grayscale: #3F3F3F. Windows color (decimal): -15185797 or 8079384. OLE color: 8079384.

HSL color Cylindrical-coordinate representation of color #18487B: hue angle of 210.91º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18487B is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 72 123 -
CMYK 0.80 0.41 0 0.52
HSL 210.91º 0.67% 0.29% -
HSV(B) 210.91º 0.8% 0.48% -
XYZ 6.27 6.26 19.62 -
YUV 63.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 24 72 123 0.80 0.41 0 0.52 210.91 0.67 0.29
Hex 18 48 7B 50 29 0 34 D3 43 1D
Octal 30 110 173 120 51 0 64 323 103 35
Binary 11000 1001000 1111011 1010000 101001 0 110100 11010011 1000011 11101

Color Harmonies of #18487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18487B

Black with #18487B

Text Example


Text Example

White with #18487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18487B; }

 p { color: rgb(24,72,123); }

 H1.HeaderClassName
 {
   color: #18487B;
 }
 .AnyTagClassName
 {
   color: #18487B;
 }
</style>

background-color css

<style>
 a { background-color: #18487B; }

 a { background-color: rgb(24,72,123); }

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

border-color css

<style>
 span { border-color: #18487B; }

 span { border-color: rgb(24,72,123); }

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