Html Css Color HEX #18478F Dark Cerulean

📋 copy color: '#18478F'

red 24 ◦ green 71 ◦ blue 143

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

Shades of Dark Cerulean #18478F

Tints of Dark Cerulean #18478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 143 (56.25% from 255) = 60.08%

R = 10.08%
G = 29.83%
B = 60.08%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18478F (or 0x18478F) is known color: Dark Cerulean. HEX triplet: 18, 47 and 8F. RGB value is (24,71,143). Sum of RGB (Red+Green+Blue) = 24+71+143=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #18478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18478F is #E7B870. Grayscale: #404040. Windows color (decimal): -15186033 or 9389848. OLE color: 9389848.

HSL color Cylindrical-coordinate representation of color #18478F: hue angle of 216.3º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18478F is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 71 143 -
CMYK 0.83 0.50 0 0.44
HSL 216.3º 0.71% 0.33% -
HSV(B) 216.3º 0.83% 0.56% -
XYZ 7.59 6.68 26.88 -
YUV 65.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 24 71 143 0.83 0.50 0 0.44 216.3 0.71 0.33
Hex 18 47 8F 53 32 0 2C D8 47 21
Octal 30 107 217 123 62 0 54 330 107 41
Binary 11000 1000111 10001111 1010011 110010 0 101100 11011000 1000111 100001

Color Harmonies of #18478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18478F

Black with #18478F

Text Example


Text Example

White with #18478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,71,143); }

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

background-color css

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

 a { background-color: rgb(24,71,143); }

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

border-color css

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

 span { border-color: rgb(24,71,143); }

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