Html Css Color HEX #184385 Dark Cerulean

📋 copy color: '#184385'

red 24 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #184385

Tints of Dark Cerulean #184385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 10.71%
G = 29.91%
B = 59.38%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#184385 (or 0x184385) is known color: Dark Cerulean. HEX triplet: 18, 43 and 85. RGB value is (24,67,133). Sum of RGB (Red+Green+Blue) = 24+67+133=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #184385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184385 is #E7BC7A. Grayscale: #3D3D3D. Windows color (decimal): -15187067 or 8733464. OLE color: 8733464.

HSL color Cylindrical-coordinate representation of color #184385: hue angle of 216.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184385 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 67 133 -
CMYK 0.82 0.50 0 0.48
HSL 216.33º 0.69% 0.31% -
HSV(B) 216.33º 0.82% 0.52% -
XYZ 6.62 5.9 22.98 -
YUV 61.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 24 67 133 0.82 0.50 0 0.48 216.33 0.69 0.31
Hex 18 43 85 52 32 0 30 D8 45 1F
Octal 30 103 205 122 62 0 60 330 105 37
Binary 11000 1000011 10000101 1010010 110010 0 110000 11011000 1000101 11111

Color Harmonies of #184385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184385

Black with #184385

Text Example


Text Example

White with #184385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184385; }

 p { color: rgb(24,67,133); }

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

background-color css

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

 a { background-color: rgb(24,67,133); }

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

border-color css

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

 span { border-color: rgb(24,67,133); }

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