Html Css Color HEX #18418A Dark Cerulean

📋 copy color: '#18418A'

red 24 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #18418A

Tints of Dark Cerulean #18418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

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

R = 10.57%
G = 28.63%
B = 60.79%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18418A (or 0x18418A) is known color: Dark Cerulean. HEX triplet: 18, 41 and 8A. RGB value is (24,65,138). Sum of RGB (Red+Green+Blue) = 24+65+138=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #18418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18418A is #E7BE75. Grayscale: #3C3C3C. Windows color (decimal): -15187574 or 9060632. OLE color: 9060632.

HSL color Cylindrical-coordinate representation of color #18418A: hue angle of 218.42º 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 #18418A is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 65 138 -
CMYK 0.83 0.53 0 0.46
HSL 218.42º 0.7% 0.32% -
HSV(B) 218.42º 0.83% 0.54% -
XYZ 6.85 5.81 24.8 -
YUV 61.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 24 65 138 0.83 0.53 0 0.46 218.42 0.7 0.32
Hex 18 41 8A 53 35 0 2E DA 46 20
Octal 30 101 212 123 65 0 56 332 106 40
Binary 11000 1000001 10001010 1010011 110101 0 101110 11011010 1000110 100000

Color Harmonies of #18418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18418A

Black with #18418A

Text Example


Text Example

White with #18418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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