Html Css Color HEX #18488A Dark Cerulean

📋 copy color: '#18488A'

red 24 ◦ green 72 ◦ blue 138

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

Shades of Dark Cerulean #18488A

Tints of Dark Cerulean #18488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 10.26%
G = 30.77%
B = 58.97%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18488A (or 0x18488A) is known color: Dark Cerulean. HEX triplet: 18, 48 and 8A. RGB value is (24,72,138). Sum of RGB (Red+Green+Blue) = 24+72+138=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #18488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18488A is #E7B775. Grayscale: #404040. Windows color (decimal): -15185782 or 9062424. OLE color: 9062424.

HSL color Cylindrical-coordinate representation of color #18488A: hue angle of 214.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18488A is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 72 138 -
CMYK 0.83 0.48 0 0.46
HSL 214.74º 0.7% 0.32% -
HSV(B) 214.74º 0.83% 0.54% -
XYZ 7.28 6.66 24.95 -
YUV 65.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 24 72 138 0.83 0.48 0 0.46 214.74 0.7 0.32
Hex 18 48 8A 53 30 0 2E D7 46 20
Octal 30 110 212 123 60 0 56 327 106 40
Binary 11000 1001000 10001010 1010011 110000 0 101110 11010111 1000110 100000

Color Harmonies of #18488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18488A

Black with #18488A

Text Example


Text Example

White with #18488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18488A; }

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

 H1.HeaderClassName
 {
   color: #18488A;
 }
 .AnyTagClassName
 {
   color: #18488A;
 }
</style>

background-color css

<style>
 a { background-color: #18488A; }

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

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

border-color css

<style>
 span { border-color: #18488A; }

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

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