Html Css Color HEX #184286 Dark Cerulean

📋 copy color: '#184286'

red 24 ◦ green 66 ◦ blue 134

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

Shades of Dark Cerulean #184286

Tints of Dark Cerulean #184286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.82%

R = 10.71%
G = 29.46%
B = 59.82%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#184286 (or 0x184286) is known color: Dark Cerulean. HEX triplet: 18, 42 and 86. RGB value is (24,66,134). Sum of RGB (Red+Green+Blue) = 24+66+134=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #184286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184286 is #E7BD79. Grayscale: #3C3C3C. Windows color (decimal): -15187322 or 8798744. OLE color: 8798744.

HSL color Cylindrical-coordinate representation of color #184286: hue angle of 217.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184286 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 66 134 -
CMYK 0.82 0.51 0 0.47
HSL 217.09º 0.7% 0.31% -
HSV(B) 217.09º 0.82% 0.53% -
XYZ 6.63 5.81 23.33 -
YUV 61.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 24 66 134 0.82 0.51 0 0.47 217.09 0.7 0.31
Hex 18 42 86 52 33 0 2F D9 46 1F
Octal 30 102 206 122 63 0 57 331 106 37
Binary 11000 1000010 10000110 1010010 110011 0 101111 11011001 1000110 11111

Color Harmonies of #184286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184286

Black with #184286

Text Example


Text Example

White with #184286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184286; }

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

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

background-color css

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

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

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

border-color css

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

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

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