Html Css Color HEX #18447D Dark Cerulean

📋 copy color: '#18447D'

red 24 ◦ green 68 ◦ blue 125

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

Shades of Dark Cerulean #18447D

Tints of Dark Cerulean #18447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 11.06%
G = 31.34%
B = 57.6%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18447D (or 0x18447D) is known color: Dark Cerulean. HEX triplet: 18, 44 and 7D. RGB value is (24,68,125). Sum of RGB (Red+Green+Blue) = 24+68+125=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #18447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447D is #E7BB82. Grayscale: #3D3D3D. Windows color (decimal): -15186819 or 8209432. OLE color: 8209432.

HSL color Cylindrical-coordinate representation of color #18447D: hue angle of 213.86º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18447D is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 68 125 -
CMYK 0.81 0.46 0 0.51
HSL 213.86º 0.68% 0.29% -
HSV(B) 213.86º 0.81% 0.49% -
XYZ 6.15 5.81 20.2 -
YUV 61.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 24 68 125 0.81 0.46 0 0.51 213.86 0.68 0.29
Hex 18 44 7D 51 2E 0 33 D6 44 1D
Octal 30 104 175 121 56 0 63 326 104 35
Binary 11000 1000100 1111101 1010001 101110 0 110011 11010110 1000100 11101

Color Harmonies of #18447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18447D

Black with #18447D

Text Example


Text Example

White with #18447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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