Html Css Color HEX #163381 Dark Cerulean

📋 copy color: '#163381'

red 22 ◦ green 51 ◦ blue 129

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

Shades of Dark Cerulean #163381

Tints of Dark Cerulean #163381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 10.89%
G = 25.25%
B = 63.86%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#163381 (or 0x163381) is known color: Dark Cerulean. HEX triplet: 16, 33 and 81. RGB value is (22,51,129). Sum of RGB (Red+Green+Blue) = 22+51+129=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #163381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163381 is #E9CC7E. Grayscale: #323232. Windows color (decimal): -15322239 or 8467222. OLE color: 8467222.

HSL color Cylindrical-coordinate representation of color #163381: hue angle of 223.74º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163381 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 51 129 -
CMYK 0.83 0.60 0 0.49
HSL 223.74º 0.71% 0.3% -
HSV(B) 223.74º 0.83% 0.51% -
XYZ 5.48 4.12 21.28 -
YUV 51.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 22 51 129 0.83 0.60 0 0.49 223.74 0.71 0.3
Hex 16 33 81 53 3C 0 31 E0 47 1E
Octal 26 63 201 123 74 0 61 340 107 36
Binary 10110 110011 10000001 1010011 111100 0 110001 11100000 1000111 11110

Color Harmonies of #163381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163381

Black with #163381

Text Example


Text Example

White with #163381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163381; }

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

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

background-color css

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

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

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

border-color css

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

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

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