Html Css Color HEX #18458A Dark Cerulean

📋 copy color: '#18458A'

red 24 ◦ green 69 ◦ blue 138

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

Shades of Dark Cerulean #18458A

Tints of Dark Cerulean #18458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 10.39%
G = 29.87%
B = 59.74%

CMYK

 C value IS 0.83

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18458A (or 0x18458A) is known color: Dark Cerulean. HEX triplet: 18, 45 and 8A. RGB value is (24,69,138). Sum of RGB (Red+Green+Blue) = 24+69+138=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #18458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18458A is #E7BA75. Grayscale: #3F3F3F. Windows color (decimal): -15186550 or 9061656. OLE color: 9061656.

HSL color Cylindrical-coordinate representation of color #18458A: hue angle of 216.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18458A is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 69 138 -
CMYK 0.83 0.5 0 0.46
HSL 216.32º 0.7% 0.32% -
HSV(B) 216.32º 0.83% 0.54% -
XYZ 7.09 6.29 24.88 -
YUV 63.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 24 69 138 0.83 0.5 0 0.46 216.32 0.7 0.32
Hex 18 45 8A 53 32 0 2E D8 46 20
Octal 30 105 212 123 62 0 56 330 106 40
Binary 11000 1000101 10001010 1010011 110010 0 101110 11011000 1000110 100000

Color Harmonies of #18458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18458A

Black with #18458A

Text Example


Text Example

White with #18458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18458A; }

 p { color: rgb(24,69,138); }

 H1.HeaderClassName
 {
   color: #18458A;
 }
 .AnyTagClassName
 {
   color: #18458A;
 }
</style>

background-color css

<style>
 a { background-color: #18458A; }

 a { background-color: rgb(24,69,138); }

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

border-color css

<style>
 span { border-color: #18458A; }

 span { border-color: rgb(24,69,138); }

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