Html Css Color HEX #163360 Catalina Blue

📋 copy color: '#163360'

red 22 ◦ green 51 ◦ blue 96

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

Shades of Catalina Blue #163360

Tints of Catalina Blue #163360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 13.02%
G = 30.18%
B = 56.8%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163360 (or 0x163360) is known color: Catalina Blue. HEX triplet: 16, 33 and 60. RGB value is (22,51,96). Sum of RGB (Red+Green+Blue) = 22+51+96=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #163360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163360 is #E9CC9F. Grayscale: #2F2F2F. Windows color (decimal): -15322272 or 6304534. OLE color: 6304534.

HSL color Cylindrical-coordinate representation of color #163360: hue angle of 216.49º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163360 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 51 96 -
CMYK 0.77 0.47 0 0.62
HSL 216.49º 0.63% 0.23% -
HSV(B) 216.49º 0.77% 0.38% -
XYZ 3.63 3.38 11.53 -
YUV 47.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 22 51 96 0.77 0.47 0 0.62 216.49 0.63 0.23
Hex 16 33 60 4D 2F 0 3E D8 3F 17
Octal 26 63 140 115 57 0 76 330 77 27
Binary 10110 110011 1100000 1001101 101111 0 111110 11011000 111111 10111

Color Harmonies of #163360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163360

Black with #163360

Text Example


Text Example

White with #163360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163360; }

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

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

background-color css

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

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

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

border-color css

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

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

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