Html Css Color HEX #163562 Catalina Blue

📋 copy color: '#163562'

red 22 ◦ green 53 ◦ blue 98

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

Shades of Catalina Blue #163562

Tints of Catalina Blue #163562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 12.72%
G = 30.64%
B = 56.65%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163562 (or 0x163562) is known color: Catalina Blue. HEX triplet: 16, 35 and 62. RGB value is (22,53,98). Sum of RGB (Red+Green+Blue) = 22+53+98=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #163562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163562 is #E9CA9D. Grayscale: #303030. Windows color (decimal): -15321758 or 6436118. OLE color: 6436118.

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

Color convert

RGB 22 53 98 -
CMYK 0.78 0.46 0 0.62
HSL 215.53º 0.63% 0.24% -
HSV(B) 215.53º 0.78% 0.38% -
XYZ 3.81 3.6 12.05 -
YUV 48.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 22 53 98 0.78 0.46 0 0.62 215.53 0.63 0.24
Hex 16 35 62 4E 2E 0 3E D8 3F 18
Octal 26 65 142 116 56 0 76 330 77 30
Binary 10110 110101 1100010 1001110 101110 0 111110 11011000 111111 11000

Color Harmonies of #163562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163562

Black with #163562

Text Example


Text Example

White with #163562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163562; }

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

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

background-color css

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

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

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

border-color css

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

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

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