Html Css Color HEX #163259 Catalina Blue

📋 copy color: '#163259'

red 22 ◦ green 50 ◦ blue 89

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

Shades of Catalina Blue #163259

Tints of Catalina Blue #163259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 13.66%
G = 31.06%
B = 55.28%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163259 (or 0x163259) is known color: Catalina Blue. HEX triplet: 16, 32 and 59. RGB value is (22,50,89). Sum of RGB (Red+Green+Blue) = 22+50+89=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #163259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163259 is #E9CDA6. Grayscale: #2D2D2D. Windows color (decimal): -15322535 or 5845526. OLE color: 5845526.

HSL color Cylindrical-coordinate representation of color #163259: hue angle of 214.93º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163259 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 50 89 -
CMYK 0.75 0.44 0 0.65
HSL 214.93º 0.6% 0.22% -
HSV(B) 214.93º 0.75% 0.35% -
XYZ 3.27 3.17 9.89 -
YUV 46.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 22 50 89 0.75 0.44 0 0.65 214.93 0.6 0.22
Hex 16 32 59 4B 2C 0 41 D7 3C 16
Octal 26 62 131 113 54 0 101 327 74 26
Binary 10110 110010 1011001 1001011 101100 0 1000001 11010111 111100 10110

Color Harmonies of #163259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163259

Black with #163259

Text Example


Text Example

White with #163259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163259; }

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

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

background-color css

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

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

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

border-color css

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

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

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