Html Css Color HEX #18446E Dark Cerulean

📋 copy color: '#18446E'

red 24 ◦ green 68 ◦ blue 110

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

Shades of Dark Cerulean #18446E

Tints of Dark Cerulean #18446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 110 (43.36% from 255) = 54.46%

R = 11.88%
G = 33.66%
B = 54.46%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18446E (or 0x18446E) is known color: Dark Cerulean. HEX triplet: 18, 44 and 6E. RGB value is (24,68,110). Sum of RGB (Red+Green+Blue) = 24+68+110=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #18446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18446E is #E7BB91. Grayscale: #3B3B3B. Windows color (decimal): -15186834 or 7226392. OLE color: 7226392.

HSL color Cylindrical-coordinate representation of color #18446E: hue angle of 209.3º 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 #18446E is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 68 110 -
CMYK 0.78 0.38 0 0.57
HSL 209.3º 0.64% 0.26% -
HSV(B) 209.3º 0.78% 0.43% -
XYZ 5.26 5.45 15.53 -
YUV 59.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 24 68 110 0.78 0.38 0 0.57 209.3 0.64 0.26
Hex 18 44 6E 4E 26 0 39 D1 40 1A
Octal 30 104 156 116 46 0 71 321 100 32
Binary 11000 1000100 1101110 1001110 100110 0 111001 11010001 1000000 11010

Color Harmonies of #18446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18446E

Black with #18446E

Text Example


Text Example

White with #18446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18446E; }

 p { color: rgb(24,68,110); }

 H1.HeaderClassName
 {
   color: #18446E;
 }
 .AnyTagClassName
 {
   color: #18446E;
 }
</style>

background-color css

<style>
 a { background-color: #18446E; }

 a { background-color: rgb(24,68,110); }

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

border-color css

<style>
 span { border-color: #18446E; }

 span { border-color: rgb(24,68,110); }

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