Html Css Color HEX #183A70 Dark Cerulean

📋 copy color: '#183A70'

red 24 ◦ green 58 ◦ blue 112

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

Shades of Dark Cerulean #183A70

Tints of Dark Cerulean #183A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

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

R = 12.37%
G = 29.9%
B = 57.73%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#183A70 (or 0x183A70) is known color: Dark Cerulean. HEX triplet: 18, 3A and 70. RGB value is (24,58,112). Sum of RGB (Red+Green+Blue) = 24+58+112=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #183A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A70 is #E7C58F. Grayscale: #353535. Windows color (decimal): -15189392 or 7354904. OLE color: 7354904.

HSL color Cylindrical-coordinate representation of color #183A70: hue angle of 216.82º 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 #183A70 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 58 112 -
CMYK 0.79 0.48 0 0.56
HSL 216.82º 0.65% 0.27% -
HSV(B) 216.82º 0.79% 0.44% -
XYZ 4.81 4.39 15.92 -
YUV 53.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 24 58 112 0.79 0.48 0 0.56 216.82 0.65 0.27
Hex 18 3A 70 4F 30 0 38 D9 41 1B
Octal 30 72 160 117 60 0 70 331 101 33
Binary 11000 111010 1110000 1001111 110000 0 111000 11011001 1000001 11011

Color Harmonies of #183A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A70

Black with #183A70

Text Example


Text Example

White with #183A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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