Html Css Color HEX #18447F Dark Cerulean

📋 copy color: '#18447F'

red 24 ◦ green 68 ◦ blue 127

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

Shades of Dark Cerulean #18447F

Tints of Dark Cerulean #18447F

RGB

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

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

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

R = 10.96%
G = 31.05%
B = 57.99%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18447F (or 0x18447F) is known color: Dark Cerulean. HEX triplet: 18, 44 and 7F. RGB value is (24,68,127). Sum of RGB (Red+Green+Blue) = 24+68+127=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #18447F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447F is #E7BB80. Grayscale: #3D3D3D. Windows color (decimal): -15186817 or 8340504. OLE color: 8340504.

HSL color Cylindrical-coordinate representation of color #18447F: hue angle of 214.37º 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 #18447F is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 68 127 -
CMYK 0.81 0.46 0 0.50
HSL 214.37º 0.68% 0.3% -
HSV(B) 214.37º 0.81% 0.5% -
XYZ 6.27 5.86 20.88 -
YUV 61.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 24 68 127 0.81 0.46 0 0.50 214.37 0.68 0.3
Hex 18 44 7F 51 2E 0 32 D6 44 1E
Octal 30 104 177 121 56 0 62 326 104 36
Binary 11000 1000100 1111111 1010001 101110 0 110010 11010110 1000100 11110

Color Harmonies of #18447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18447F

Black with #18447F

Text Example


Text Example

White with #18447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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