Html Css Color HEX #183875 Dark Cerulean

📋 copy color: '#183875'

red 24 ◦ green 56 ◦ blue 117

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

Shades of Dark Cerulean #183875

Tints of Dark Cerulean #183875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 12.18%
G = 28.43%
B = 59.39%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#183875 (or 0x183875) is known color: Dark Cerulean. HEX triplet: 18, 38 and 75. RGB value is (24,56,117). Sum of RGB (Red+Green+Blue) = 24+56+117=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #183875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183875 is #E7C78A. Grayscale: #353535. Windows color (decimal): -15189899 or 7682072. OLE color: 7682072.

HSL color Cylindrical-coordinate representation of color #183875: hue angle of 219.35º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183875 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 56 117 -
CMYK 0.79 0.52 0 0.54
HSL 219.35º 0.66% 0.28% -
HSV(B) 219.35º 0.79% 0.46% -
XYZ 5 4.31 17.4 -
YUV 53.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 24 56 117 0.79 0.52 0 0.54 219.35 0.66 0.28
Hex 18 38 75 4F 34 0 36 DB 42 1C
Octal 30 70 165 117 64 0 66 333 102 34
Binary 11000 111000 1110101 1001111 110100 0 110110 11011011 1000010 11100

Color Harmonies of #183875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183875

Black with #183875

Text Example


Text Example

White with #183875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183875; }

 p { color: rgb(24,56,117); }

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

background-color css

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

 a { background-color: rgb(24,56,117); }

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

border-color css

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

 span { border-color: rgb(24,56,117); }

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