Html Css Color HEX #184270 Dark Cerulean

📋 copy color: '#184270'

red 24 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #184270

Tints of Dark Cerulean #184270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 11.88%
G = 32.67%
B = 55.45%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184270 (or 0x184270) is known color: Dark Cerulean. HEX triplet: 18, 42 and 70. RGB value is (24,66,112). Sum of RGB (Red+Green+Blue) = 24+66+112=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #184270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184270 is #E7BD8F. Grayscale: #3A3A3A. Windows color (decimal): -15187344 or 7356952. OLE color: 7356952.

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

Color convert

RGB 24 66 112 -
CMYK 0.79 0.41 0 0.56
HSL 211.36º 0.65% 0.27% -
HSV(B) 211.36º 0.79% 0.44% -
XYZ 5.25 5.26 16.07 -
YUV 58.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 24 66 112 0.79 0.41 0 0.56 211.36 0.65 0.27
Hex 18 42 70 4F 29 0 38 D3 41 1B
Octal 30 102 160 117 51 0 70 323 101 33
Binary 11000 1000010 1110000 1001111 101001 0 111000 11010011 1000001 11011

Color Harmonies of #184270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184270

Black with #184270

Text Example


Text Example

White with #184270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184270; }

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

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

background-color css

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

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

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

border-color css

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

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

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