Html Css Color HEX #183C7D Dark Cerulean

📋 copy color: '#183C7D'

red 24 ◦ green 60 ◦ blue 125

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

Shades of Dark Cerulean #183C7D

Tints of Dark Cerulean #183C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 11.48%
G = 28.71%
B = 59.81%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#183C7D (or 0x183C7D) is known color: Dark Cerulean. HEX triplet: 18, 3C and 7D. RGB value is (24,60,125). Sum of RGB (Red+Green+Blue) = 24+60+125=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #183C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C7D is #E7C382. Grayscale: #383838. Windows color (decimal): -15188867 or 8207384. OLE color: 8207384.

HSL color Cylindrical-coordinate representation of color #183C7D: hue angle of 218.61º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #183C7D is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 60 125 -
CMYK 0.81 0.52 0 0.51
HSL 218.61º 0.68% 0.29% -
HSV(B) 218.61º 0.81% 0.49% -
XYZ 5.69 4.91 20.05 -
YUV 56.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 24 60 125 0.81 0.52 0 0.51 218.61 0.68 0.29
Hex 18 3C 7D 51 34 0 33 DB 44 1D
Octal 30 74 175 121 64 0 63 333 104 35
Binary 11000 111100 1111101 1010001 110100 0 110011 11011011 1000100 11101

Color Harmonies of #183C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C7D

Black with #183C7D

Text Example


Text Example

White with #183C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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