Html Css Color HEX #163769 Catalina Blue

📋 copy color: '#163769'

red 22 ◦ green 55 ◦ blue 105

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

Shades of Catalina Blue #163769

Tints of Catalina Blue #163769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 12.09%
G = 30.22%
B = 57.69%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#163769 (or 0x163769) is known color: Catalina Blue. HEX triplet: 16, 37 and 69. RGB value is (22,55,105). Sum of RGB (Red+Green+Blue) = 22+55+105=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #163769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163769 is #E9C896. Grayscale: #323232. Windows color (decimal): -15321239 or 6895382. OLE color: 6895382.

HSL color Cylindrical-coordinate representation of color #163769: hue angle of 216.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163769 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 55 105 -
CMYK 0.79 0.48 0 0.59
HSL 216.14º 0.65% 0.25% -
HSV(B) 216.14º 0.79% 0.41% -
XYZ 4.25 3.92 13.9 -
YUV 50.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 22 55 105 0.79 0.48 0 0.59 216.14 0.65 0.25
Hex 16 37 69 4F 30 0 3B D8 41 19
Octal 26 67 151 117 60 0 73 330 101 31
Binary 10110 110111 1101001 1001111 110000 0 111011 11011000 1000001 11001

Color Harmonies of #163769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163769

Black with #163769

Text Example


Text Example

White with #163769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163769; }

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

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

background-color css

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

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

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

border-color css

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

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

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