Html Css Color HEX #193767 Catalina Blue

📋 copy color: '#193767'

red 25 ◦ green 55 ◦ blue 103

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

Shades of Catalina Blue #193767

Tints of Catalina Blue #193767

RGB

 RED value IS 25 (10.16% from 255) = 13.66%

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

 BLUE value IS 103 (40.63% from 255) = 56.28%

R = 13.66%
G = 30.05%
B = 56.28%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#193767 (or 0x193767) is known color: Catalina Blue. HEX triplet: 19, 37 and 67. RGB value is (25,55,103). Sum of RGB (Red+Green+Blue) = 25+55+103=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #193767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193767 is #E6C898. Grayscale: #333333. Windows color (decimal): -15124633 or 6764313. OLE color: 6764313.

HSL color Cylindrical-coordinate representation of color #193767: hue angle of 216.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193767 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 55 103 -
CMYK 0.76 0.47 0 0.60
HSL 216.92º 0.61% 0.25% -
HSV(B) 216.92º 0.76% 0.4% -
XYZ 4.22 3.92 13.37 -
YUV 51.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 25 55 103 0.76 0.47 0 0.60 216.92 0.61 0.25
Hex 19 37 67 4C 2F 0 3C D9 3D 19
Octal 31 67 147 114 57 0 74 331 75 31
Binary 11001 110111 1100111 1001100 101111 0 111100 11011001 111101 11001

Color Harmonies of #193767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193767

Black with #193767

Text Example


Text Example

White with #193767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193767; }

 p { color: rgb(25,55,103); }

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

background-color css

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

 a { background-color: rgb(25,55,103); }

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

border-color css

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

 span { border-color: rgb(25,55,103); }

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