Html Css Color HEX #183C86 Dark Cerulean

📋 copy color: '#183C86'

red 24 ◦ green 60 ◦ blue 134

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

Shades of Dark Cerulean #183C86

Tints of Dark Cerulean #183C86

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

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

R = 11.01%
G = 27.52%
B = 61.47%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#183C86 (or 0x183C86) is known color: Dark Cerulean. HEX triplet: 18, 3C and 86. RGB value is (24,60,134). Sum of RGB (Red+Green+Blue) = 24+60+134=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #183C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183C86 is #E7C379. Grayscale: #393939. Windows color (decimal): -15188858 or 8797208. OLE color: 8797208.

HSL color Cylindrical-coordinate representation of color #183C86: hue angle of 220.36º 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 #183C86 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 60 134 -
CMYK 0.82 0.55 0 0.47
HSL 220.36º 0.7% 0.31% -
HSV(B) 220.36º 0.82% 0.53% -
XYZ 6.3 5.15 23.22 -
YUV 57.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 24 60 134 0.82 0.55 0 0.47 220.36 0.7 0.31
Hex 18 3C 86 52 37 0 2F DC 46 1F
Octal 30 74 206 122 67 0 57 334 106 37
Binary 11000 111100 10000110 1010010 110111 0 101111 11011100 1000110 11111

Color Harmonies of #183C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C86

Black with #183C86

Text Example


Text Example

White with #183C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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