Html Css Color HEX #163D89 Dark Cerulean

📋 copy color: '#163D89'

red 22 ◦ green 61 ◦ blue 137

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

Shades of Dark Cerulean #163D89

Tints of Dark Cerulean #163D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 137 (53.91% from 255) = 62.27%

R = 10%
G = 27.73%
B = 62.27%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#163D89 (or 0x163D89) is known color: Dark Cerulean. HEX triplet: 16, 3D and 89. RGB value is (22,61,137). Sum of RGB (Red+Green+Blue) = 22+61+137=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #163D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163D89 is #E9C276. Grayscale: #393939. Windows color (decimal): -15319671 or 8994070. OLE color: 8994070.

HSL color Cylindrical-coordinate representation of color #163D89: hue angle of 219.65º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163D89 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 61 137 -
CMYK 0.84 0.55 0 0.46
HSL 219.65º 0.72% 0.31% -
HSV(B) 219.65º 0.84% 0.54% -
XYZ 6.51 5.31 24.35 -
YUV 58 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 22 61 137 0.84 0.55 0 0.46 219.65 0.72 0.31
Hex 16 3D 89 54 37 0 2E DC 48 1F
Octal 26 75 211 124 67 0 56 334 110 37
Binary 10110 111101 10001001 1010100 110111 0 101110 11011100 1001000 11111

Color Harmonies of #163D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D89

Black with #163D89

Text Example


Text Example

White with #163D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163D89; }

 p { color: rgb(22,61,137); }

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

background-color css

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

 a { background-color: rgb(22,61,137); }

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

border-color css

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

 span { border-color: rgb(22,61,137); }

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