Html Css Color HEX #163281 Dark Cerulean

📋 copy color: '#163281'

red 22 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #163281

Tints of Dark Cerulean #163281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 10.95%
G = 24.88%
B = 64.18%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#163281 (or 0x163281) is known color: Dark Cerulean. HEX triplet: 16, 32 and 81. RGB value is (22,50,129). Sum of RGB (Red+Green+Blue) = 22+50+129=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #163281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163281 is #E9CD7E. Grayscale: #323232. Windows color (decimal): -15322495 or 8466966. OLE color: 8466966.

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

Color convert

RGB 22 50 129 -
CMYK 0.83 0.61 0 0.49
HSL 224.3º 0.71% 0.3% -
HSV(B) 224.3º 0.83% 0.51% -
XYZ 5.43 4.04 21.26 -
YUV 50.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 22 50 129 0.83 0.61 0 0.49 224.3 0.71 0.3
Hex 16 32 81 53 3D 0 31 E0 47 1E
Octal 26 62 201 123 75 0 61 340 107 36
Binary 10110 110010 10000001 1010011 111101 0 110001 11100000 1000111 11110

Color Harmonies of #163281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163281

Black with #163281

Text Example


Text Example

White with #163281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163281; }

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

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

background-color css

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

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

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

border-color css

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

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

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