Html Css Color HEX #183F7D Dark Cerulean

📋 copy color: '#183F7D'

red 24 ◦ green 63 ◦ blue 125

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

Shades of Dark Cerulean #183F7D

Tints of Dark Cerulean #183F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

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

R = 11.32%
G = 29.72%
B = 58.96%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#183F7D (or 0x183F7D) is known color: Dark Cerulean. HEX triplet: 18, 3F and 7D. RGB value is (24,63,125). Sum of RGB (Red+Green+Blue) = 24+63+125=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #183F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F7D is #E7C082. Grayscale: #3A3A3A. Windows color (decimal): -15188099 or 8208152. OLE color: 8208152.

HSL color Cylindrical-coordinate representation of color #183F7D: hue angle of 216.83º 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 #183F7D is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 63 125 -
CMYK 0.81 0.50 0 0.51
HSL 216.83º 0.68% 0.29% -
HSV(B) 216.83º 0.81% 0.49% -
XYZ 5.86 5.23 20.1 -
YUV 58.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 24 63 125 0.81 0.50 0 0.51 216.83 0.68 0.29
Hex 18 3F 7D 51 32 0 33 D9 44 1D
Octal 30 77 175 121 62 0 63 331 104 35
Binary 11000 111111 1111101 1010001 110010 0 110011 11011001 1000100 11101

Color Harmonies of #183F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F7D

Black with #183F7D

Text Example


Text Example

White with #183F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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