Html Css Color HEX #163880 Dark Cerulean

📋 copy color: '#163880'

red 22 ◦ green 56 ◦ blue 128

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

Shades of Dark Cerulean #163880

Tints of Dark Cerulean #163880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.14%

R = 10.68%
G = 27.18%
B = 62.14%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#163880 (or 0x163880) is known color: Dark Cerulean. HEX triplet: 16, 38 and 80. RGB value is (22,56,128). Sum of RGB (Red+Green+Blue) = 22+56+128=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #163880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163880 is #E9C77F. Grayscale: #353535. Windows color (decimal): -15320960 or 8402966. OLE color: 8402966.

HSL color Cylindrical-coordinate representation of color #163880: hue angle of 220.75º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163880 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 56 128 -
CMYK 0.83 0.56 0 0.50
HSL 220.75º 0.71% 0.29% -
HSV(B) 220.75º 0.83% 0.5% -
XYZ 5.64 4.56 21 -
YUV 54.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 22 56 128 0.83 0.56 0 0.50 220.75 0.71 0.29
Hex 16 38 80 53 38 0 32 DD 47 1D
Octal 26 70 200 123 70 0 62 335 107 35
Binary 10110 111000 10000000 1010011 111000 0 110010 11011101 1000111 11101

Color Harmonies of #163880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163880

Black with #163880

Text Example


Text Example

White with #163880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163880; }

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

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

background-color css

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

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

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

border-color css

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

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

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