Html Css Color HEX #184A70 Dark Cerulean

📋 copy color: '#184A70'

red 24 ◦ green 74 ◦ blue 112

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

Shades of Dark Cerulean #184A70

Tints of Dark Cerulean #184A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

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

R = 11.43%
G = 35.24%
B = 53.33%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184A70 (or 0x184A70) is known color: Dark Cerulean. HEX triplet: 18, 4A and 70. RGB value is (24,74,112). Sum of RGB (Red+Green+Blue) = 24+74+112=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #184A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A70 is #E7B58F. Grayscale: #3F3F3F. Windows color (decimal): -15185296 or 7359000. OLE color: 7359000.

HSL color Cylindrical-coordinate representation of color #184A70: hue angle of 205.91º 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 #184A70 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 74 112 -
CMYK 0.79 0.34 0 0.56
HSL 205.91º 0.65% 0.27% -
HSV(B) 205.91º 0.79% 0.44% -
XYZ 5.75 6.26 16.23 -
YUV 63.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 24 74 112 0.79 0.34 0 0.56 205.91 0.65 0.27
Hex 18 4A 70 4F 22 0 38 CE 41 1B
Octal 30 112 160 117 42 0 70 316 101 33
Binary 11000 1001010 1110000 1001111 100010 0 111000 11001110 1000001 11011

Color Harmonies of #184A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184A70

Black with #184A70

Text Example


Text Example

White with #184A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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