Html Css Color HEX #184470 Dark Cerulean

📋 copy color: '#184470'

red 24 ◦ green 68 ◦ blue 112

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

Shades of Dark Cerulean #184470

Tints of Dark Cerulean #184470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 11.76%
G = 33.33%
B = 54.9%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184470 (or 0x184470) is known color: Dark Cerulean. HEX triplet: 18, 44 and 70. RGB value is (24,68,112). Sum of RGB (Red+Green+Blue) = 24+68+112=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #184470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184470 is #E7BB8F. Grayscale: #3B3B3B. Windows color (decimal): -15186832 or 7357464. OLE color: 7357464.

HSL color Cylindrical-coordinate representation of color #184470: hue angle of 210º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184470 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 68 112 -
CMYK 0.79 0.39 0 0.56
HSL 210º 0.65% 0.27% -
HSV(B) 210º 0.79% 0.44% -
XYZ 5.37 5.5 16.11 -
YUV 59.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 24 68 112 0.79 0.39 0 0.56 210 0.65 0.27
Hex 18 44 70 4F 27 0 38 D2 41 1B
Octal 30 104 160 117 47 0 70 322 101 33
Binary 11000 1000100 1110000 1001111 100111 0 111000 11010010 1000001 11011

Color Harmonies of #184470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184470

Black with #184470

Text Example


Text Example

White with #184470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184470; }

 p { color: rgb(24,68,112); }

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

background-color css

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

 a { background-color: rgb(24,68,112); }

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

border-color css

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

 span { border-color: rgb(24,68,112); }

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