#193F6E

Color #193F6E Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #193F6E

Tints of Catalina Blue #193F6E

Color information

#193F6E (or 0x193F6E) is unknown color: approx Catalina Blue. HEX triplet: 19, 3F and 6E. RGB value is (25,63,110). Sum of RGB (Red+Green+Blue) = 25+63+110=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #193F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F6E is #E6C091. Grayscale: #383838. Windows color (decimal): -15122578 or 7225113. OLE color: 7225113.

HSL color Cylindrical-coordinate representation of color #193F6E: hue angle of 213.18º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193F6E is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2563110-
CMYK0.770.4300.57
HSL213.18º62.96%26.47%-
HSV(B)213.18º77.27%43.14%-
XYZ4.994.8915.43-
YUV57157.91105.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=12.63%
G=31.82%
B=55.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25631100.770.4300.57213.1862.9626.47
Hex193F6E4D2B039d53f1a
Octal3177156115530713257732
Binary110011111111101110100110110101101110011101010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193F6E; }

 p { color: rgb(25,63,110); }

 H1.HeaderClassName
 {
   color: #193F6E;
 }
 .AnyTagClassName
 {
   color: #193F6E;
 }
</style>
background-color css

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

 a { background-color: rgb(25,63,110); }

 div.DivClassName
 {
   background-color: #193F6E;
 }
 .BgClassName
 {
   background-color: #193F6E;
 }
</style>
border-color css

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

 span { border-color: rgb(25,63,110); }

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