Html Css Color HEX #18467A Dark Cerulean

📋 copy color: '#18467A'

red 24 ◦ green 70 ◦ blue 122

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

Shades of Dark Cerulean #18467A

Tints of Dark Cerulean #18467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

 BLUE value IS 122 (48.05% from 255) = 56.48%

R = 11.11%
G = 32.41%
B = 56.48%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18467A (or 0x18467A) is known color: Dark Cerulean. HEX triplet: 18, 46 and 7A. RGB value is (24,70,122). Sum of RGB (Red+Green+Blue) = 24+70+122=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #18467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18467A is #E7B985. Grayscale: #3D3D3D. Windows color (decimal): -15186310 or 8013336. OLE color: 8013336.

HSL color Cylindrical-coordinate representation of color #18467A: hue angle of 211.84º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18467A is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 70 122 -
CMYK 0.80 0.43 0 0.52
HSL 211.84º 0.67% 0.29% -
HSV(B) 211.84º 0.8% 0.48% -
XYZ 6.08 5.98 19.25 -
YUV 62.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 24 70 122 0.80 0.43 0 0.52 211.84 0.67 0.29
Hex 18 46 7A 50 2B 0 34 D4 43 1D
Octal 30 106 172 120 53 0 64 324 103 35
Binary 11000 1000110 1111010 1010000 101011 0 110100 11010100 1000011 11101

Color Harmonies of #18467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18467A

Black with #18467A

Text Example


Text Example

White with #18467A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,70,122); }

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

background-color css

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

 a { background-color: rgb(24,70,122); }

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

border-color css

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

 span { border-color: rgb(24,70,122); }

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