Html Css Color HEX #163380 Dark Cerulean

📋 copy color: '#163380'

red 22 ◦ green 51 ◦ blue 128

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

Shades of Dark Cerulean #163380

Tints of Dark Cerulean #163380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 10.95%
G = 25.37%
B = 63.68%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#163380 (or 0x163380) is known color: Dark Cerulean. HEX triplet: 16, 33 and 80. RGB value is (22,51,128). Sum of RGB (Red+Green+Blue) = 22+51+128=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #163380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163380 is #E9CC7F. Grayscale: #323232. Windows color (decimal): -15322240 or 8401686. OLE color: 8401686.

HSL color Cylindrical-coordinate representation of color #163380: hue angle of 223.58º 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 #163380 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 22 51 128 -
CMYK 0.83 0.60 0 0.50
HSL 223.58º 0.71% 0.29% -
HSV(B) 223.58º 0.83% 0.5% -
XYZ 5.41 4.1 20.93 -
YUV 51.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 22 51 128 0.83 0.60 0 0.50 223.58 0.71 0.29
Hex 16 33 80 53 3C 0 32 E0 47 1D
Octal 26 63 200 123 74 0 62 340 107 35
Binary 10110 110011 10000000 1010011 111100 0 110010 11100000 1000111 11101

Color Harmonies of #163380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163380

Black with #163380

Text Example


Text Example

White with #163380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163380; }

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

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

background-color css

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

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

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

border-color css

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

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

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