Html Css Color HEX #16355F Catalina Blue

📋 copy color: '#16355F'

red 22 ◦ green 53 ◦ blue 95

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

Shades of Catalina Blue #16355F

Tints of Catalina Blue #16355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 12.94%
G = 31.18%
B = 55.88%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#16355F (or 0x16355F) is known color: Catalina Blue. HEX triplet: 16, 35 and 5F. RGB value is (22,53,95). Sum of RGB (Red+Green+Blue) = 22+53+95=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #16355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16355F is #E9CAA0. Grayscale: #303030. Windows color (decimal): -15321761 or 6239510. OLE color: 6239510.

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

Color convert

RGB 22 53 95 -
CMYK 0.77 0.44 0 0.63
HSL 214.52º 0.62% 0.23% -
HSV(B) 214.52º 0.77% 0.37% -
XYZ 3.67 3.54 11.32 -
YUV 48.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 22 53 95 0.77 0.44 0 0.63 214.52 0.62 0.23
Hex 16 35 5F 4D 2C 0 3F D7 3E 17
Octal 26 65 137 115 54 0 77 327 76 27
Binary 10110 110101 1011111 1001101 101100 0 111111 11010111 111110 10111

Color Harmonies of #16355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16355F

Black with #16355F

Text Example


Text Example

White with #16355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16355F; }

 p { color: rgb(22,53,95); }

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

background-color css

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

 a { background-color: rgb(22,53,95); }

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

border-color css

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

 span { border-color: rgb(22,53,95); }

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