Html Css Color HEX #163765 Catalina Blue

📋 copy color: '#163765'

red 22 ◦ green 55 ◦ blue 101

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

Shades of Catalina Blue #163765

Tints of Catalina Blue #163765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 101 (39.84% from 255) = 56.74%

R = 12.36%
G = 30.9%
B = 56.74%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#163765 (or 0x163765) is known color: Catalina Blue. HEX triplet: 16, 37 and 65. RGB value is (22,55,101). Sum of RGB (Red+Green+Blue) = 22+55+101=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #163765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163765 is #E9C89A. Grayscale: #323232. Windows color (decimal): -15321243 or 6633238. OLE color: 6633238.

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

Color convert

RGB 22 55 101 -
CMYK 0.78 0.46 0 0.60
HSL 214.94º 0.64% 0.24% -
HSV(B) 214.94º 0.78% 0.4% -
XYZ 4.05 3.84 12.84 -
YUV 50.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 22 55 101 0.78 0.46 0 0.60 214.94 0.64 0.24
Hex 16 37 65 4E 2E 0 3C D7 40 18
Octal 26 67 145 116 56 0 74 327 100 30
Binary 10110 110111 1100101 1001110 101110 0 111100 11010111 1000000 11000

Color Harmonies of #163765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163765

Black with #163765

Text Example


Text Example

White with #163765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163765; }

 p { color: rgb(22,55,101); }

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

background-color css

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

 a { background-color: rgb(22,55,101); }

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

border-color css

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

 span { border-color: rgb(22,55,101); }

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