Html Css Color HEX #18487F Dark Cerulean

📋 copy color: '#18487F'

red 24 ◦ green 72 ◦ blue 127

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

Shades of Dark Cerulean #18487F

Tints of Dark Cerulean #18487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.95%

R = 10.76%
G = 32.29%
B = 56.95%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18487F (or 0x18487F) is known color: Dark Cerulean. HEX triplet: 18, 48 and 7F. RGB value is (24,72,127). Sum of RGB (Red+Green+Blue) = 24+72+127=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #18487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18487F is #E7B780. Grayscale: #3F3F3F. Windows color (decimal): -15185793 or 8341528. OLE color: 8341528.

HSL color Cylindrical-coordinate representation of color #18487F: hue angle of 212.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18487F is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 72 127 -
CMYK 0.81 0.43 0 0.50
HSL 212.04º 0.68% 0.3% -
HSV(B) 212.04º 0.81% 0.5% -
XYZ 6.52 6.36 20.96 -
YUV 63.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 24 72 127 0.81 0.43 0 0.50 212.04 0.68 0.3
Hex 18 48 7F 51 2B 0 32 D4 44 1E
Octal 30 110 177 121 53 0 62 324 104 36
Binary 11000 1001000 1111111 1010001 101011 0 110010 11010100 1000100 11110

Color Harmonies of #18487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18487F

Black with #18487F

Text Example


Text Example

White with #18487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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