Html Css Color HEX #184075 Dark Cerulean

📋 copy color: '#184075'

red 24 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #184075

Tints of Dark Cerulean #184075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 11.71%
G = 31.22%
B = 57.07%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#184075 (or 0x184075) is known color: Dark Cerulean. HEX triplet: 18, 40 and 75. RGB value is (24,64,117). Sum of RGB (Red+Green+Blue) = 24+64+117=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #184075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184075 is #E7BF8A. Grayscale: #393939. Windows color (decimal): -15187851 or 7684120. OLE color: 7684120.

HSL color Cylindrical-coordinate representation of color #184075: hue angle of 214.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184075 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 64 117 -
CMYK 0.79 0.45 0 0.54
HSL 214.19º 0.66% 0.28% -
HSV(B) 214.19º 0.79% 0.46% -
XYZ 5.42 5.15 17.54 -
YUV 58.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 24 64 117 0.79 0.45 0 0.54 214.19 0.66 0.28
Hex 18 40 75 4F 2D 0 36 D6 42 1C
Octal 30 100 165 117 55 0 66 326 102 34
Binary 11000 1000000 1110101 1001111 101101 0 110110 11010110 1000010 11100

Color Harmonies of #184075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184075

Black with #184075

Text Example


Text Example

White with #184075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184075; }

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

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

background-color css

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

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

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

border-color css

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

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

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