Html Css Color HEX #163663 Catalina Blue

📋 copy color: '#163663'

red 22 ◦ green 54 ◦ blue 99

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

Shades of Catalina Blue #163663

Tints of Catalina Blue #163663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 12.57%
G = 30.86%
B = 56.57%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163663 (or 0x163663) is known color: Catalina Blue. HEX triplet: 16, 36 and 63. RGB value is (22,54,99). Sum of RGB (Red+Green+Blue) = 22+54+99=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #163663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163663 is #E9C99C. Grayscale: #313131. Windows color (decimal): -15321501 or 6501910. OLE color: 6501910.

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

Color convert

RGB 22 54 99 -
CMYK 0.78 0.45 0 0.61
HSL 215.06º 0.64% 0.24% -
HSV(B) 215.06º 0.78% 0.39% -
XYZ 3.9 3.71 12.31 -
YUV 49.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 22 54 99 0.78 0.45 0 0.61 215.06 0.64 0.24
Hex 16 36 63 4E 2D 0 3D D7 40 18
Octal 26 66 143 116 55 0 75 327 100 30
Binary 10110 110110 1100011 1001110 101101 0 111101 11010111 1000000 11000

Color Harmonies of #163663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163663

Black with #163663

Text Example


Text Example

White with #163663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163663; }

 p { color: rgb(22,54,99); }

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

background-color css

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

 a { background-color: rgb(22,54,99); }

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

border-color css

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

 span { border-color: rgb(22,54,99); }

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