Html Css Color HEX #18467B Dark Cerulean

📋 copy color: '#18467B'

red 24 ◦ green 70 ◦ blue 123

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

Shades of Dark Cerulean #18467B

Tints of Dark Cerulean #18467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.68%

R = 11.06%
G = 32.26%
B = 56.68%

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

#18467B (or 0x18467B) is known color: Dark Cerulean. HEX triplet: 18, 46 and 7B. RGB value is (24,70,123). Sum of RGB (Red+Green+Blue) = 24+70+123=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #18467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18467B is #E7B984. Grayscale: #3E3E3E. Windows color (decimal): -15186309 or 8078872. OLE color: 8078872.

HSL color Cylindrical-coordinate representation of color #18467B: hue angle of 212.12º 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 #18467B is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 70 123 -
CMYK 0.80 0.43 0 0.52
HSL 212.12º 0.67% 0.29% -
HSV(B) 212.12º 0.8% 0.48% -
XYZ 6.14 6 19.57 -
YUV 62.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 24 70 123 0.80 0.43 0 0.52 212.12 0.67 0.29
Hex 18 46 7B 50 2B 0 34 D4 43 1D
Octal 30 106 173 120 53 0 64 324 103 35
Binary 11000 1000110 1111011 1010000 101011 0 110100 11010100 1000011 11101

Color Harmonies of #18467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18467B

Black with #18467B

Text Example


Text Example

White with #18467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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