Html Css Color HEX #184070 Dark Cerulean

📋 copy color: '#184070'

red 24 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #184070

Tints of Dark Cerulean #184070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 12%
G = 32%
B = 56%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184070 (or 0x184070) is known color: Dark Cerulean. HEX triplet: 18, 40 and 70. RGB value is (24,64,112). Sum of RGB (Red+Green+Blue) = 24+64+112=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #184070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184070 is #E7BF8F. Grayscale: #393939. Windows color (decimal): -15187856 or 7356440. OLE color: 7356440.

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

Color convert

RGB 24 64 112 -
CMYK 0.79 0.43 0 0.56
HSL 212.73º 0.65% 0.27% -
HSV(B) 212.73º 0.79% 0.44% -
XYZ 5.13 5.03 16.03 -
YUV 57.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 24 64 112 0.79 0.43 0 0.56 212.73 0.65 0.27
Hex 18 40 70 4F 2B 0 38 D5 41 1B
Octal 30 100 160 117 53 0 70 325 101 33
Binary 11000 1000000 1110000 1001111 101011 0 111000 11010101 1000001 11011

Color Harmonies of #184070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184070

Black with #184070

Text Example


Text Example

White with #184070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184070; }

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

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

background-color css

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

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

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

border-color css

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

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

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