Html Css Color HEX #183F70 Dark Cerulean

📋 copy color: '#183F70'

red 24 ◦ green 63 ◦ blue 112

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

Shades of Dark Cerulean #183F70

Tints of Dark Cerulean #183F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 12.06%
G = 31.66%
B = 56.28%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#183F70 (or 0x183F70) is known color: Dark Cerulean. HEX triplet: 18, 3F and 70. RGB value is (24,63,112). Sum of RGB (Red+Green+Blue) = 24+63+112=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #183F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F70 is #E7C08F. Grayscale: #383838. Windows color (decimal): -15188112 or 7356184. OLE color: 7356184.

HSL color Cylindrical-coordinate representation of color #183F70: hue angle of 213.41º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183F70 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 63 112 -
CMYK 0.79 0.44 0 0.56
HSL 213.41º 0.65% 0.27% -
HSV(B) 213.41º 0.79% 0.44% -
XYZ 5.08 4.92 16.01 -
YUV 56.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 24 63 112 0.79 0.44 0 0.56 213.41 0.65 0.27
Hex 18 3F 70 4F 2C 0 38 D5 41 1B
Octal 30 77 160 117 54 0 70 325 101 33
Binary 11000 111111 1110000 1001111 101100 0 111000 11010101 1000001 11011

Color Harmonies of #183F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F70

Black with #183F70

Text Example


Text Example

White with #183F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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