Html Css Color HEX #163463 Catalina Blue

📋 copy color: '#163463'

red 22 ◦ green 52 ◦ blue 99

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

Shades of Catalina Blue #163463

Tints of Catalina Blue #163463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 99 (39.06% from 255) = 57.23%

R = 12.72%
G = 30.06%
B = 57.23%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163463 (or 0x163463) is known color: Catalina Blue. HEX triplet: 16, 34 and 63. RGB value is (22,52,99). Sum of RGB (Red+Green+Blue) = 22+52+99=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #163463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163463 is #E9CB9C. Grayscale: #303030. Windows color (decimal): -15322013 or 6501398. OLE color: 6501398.

HSL color Cylindrical-coordinate representation of color #163463: hue angle of 216.62º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163463 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 52 99 -
CMYK 0.78 0.47 0 0.61
HSL 216.62º 0.64% 0.24% -
HSV(B) 216.62º 0.78% 0.39% -
XYZ 3.81 3.53 12.28 -
YUV 48.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 22 52 99 0.78 0.47 0 0.61 216.62 0.64 0.24
Hex 16 34 63 4E 2F 0 3D D9 40 18
Octal 26 64 143 116 57 0 75 331 100 30
Binary 10110 110100 1100011 1001110 101111 0 111101 11011001 1000000 11000

Color Harmonies of #163463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163463

Black with #163463

Text Example


Text Example

White with #163463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163463; }

 p { color: rgb(22,52,99); }

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

background-color css

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

 a { background-color: rgb(22,52,99); }

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

border-color css

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

 span { border-color: rgb(22,52,99); }

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