Html Css Color HEX #163875 Dark Cerulean

📋 copy color: '#163875'

red 22 ◦ green 56 ◦ blue 117

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

Shades of Dark Cerulean #163875

Tints of Dark Cerulean #163875

RGB

 RED value IS 22 (8.98% from 255) = 11.28%

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

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

R = 11.28%
G = 28.72%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163875 (or 0x163875) is known color: Dark Cerulean. HEX triplet: 16, 38 and 75. RGB value is (22,56,117). Sum of RGB (Red+Green+Blue) = 22+56+117=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #163875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163875 is #E9C78A. Grayscale: #343434. Windows color (decimal): -15320971 or 7682070. OLE color: 7682070.

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

Color convert

RGB 22 56 117 -
CMYK 0.81 0.52 0 0.54
HSL 218.53º 0.68% 0.27% -
HSV(B) 218.53º 0.81% 0.46% -
XYZ 4.96 4.28 17.4 -
YUV 52.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 22 56 117 0.81 0.52 0 0.54 218.53 0.68 0.27
Hex 16 38 75 51 34 0 36 DB 44 1B
Octal 26 70 165 121 64 0 66 333 104 33
Binary 10110 111000 1110101 1010001 110100 0 110110 11011011 1000100 11011

Color Harmonies of #163875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163875

Black with #163875

Text Example


Text Example

White with #163875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163875; }

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

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

background-color css

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

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

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

border-color css

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

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

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