Html Css Color HEX #18466D Dark Cerulean

📋 copy color: '#18466D'

red 24 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #18466D

Tints of Dark Cerulean #18466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 11.82%
G = 34.48%
B = 53.69%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18466D (or 0x18466D) is known color: Dark Cerulean. HEX triplet: 18, 46 and 6D. RGB value is (24,70,109). Sum of RGB (Red+Green+Blue) = 24+70+109=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #18466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18466D is #E7B992. Grayscale: #3C3C3C. Windows color (decimal): -15186323 or 7161368. OLE color: 7161368.

HSL color Cylindrical-coordinate representation of color #18466D: hue angle of 207.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18466D is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 70 109 -
CMYK 0.78 0.36 0 0.57
HSL 207.53º 0.64% 0.26% -
HSV(B) 207.53º 0.78% 0.43% -
XYZ 5.33 5.68 15.28 -
YUV 60.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 24 70 109 0.78 0.36 0 0.57 207.53 0.64 0.26
Hex 18 46 6D 4E 24 0 39 D0 40 1A
Octal 30 106 155 116 44 0 71 320 100 32
Binary 11000 1000110 1101101 1001110 100100 0 111001 11010000 1000000 11010

Color Harmonies of #18466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18466D

Black with #18466D

Text Example


Text Example

White with #18466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18466D; }

 p { color: rgb(24,70,109); }

 H1.HeaderClassName
 {
   color: #18466D;
 }
 .AnyTagClassName
 {
   color: #18466D;
 }
</style>

background-color css

<style>
 a { background-color: #18466D; }

 a { background-color: rgb(24,70,109); }

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

border-color css

<style>
 span { border-color: #18466D; }

 span { border-color: rgb(24,70,109); }

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