#193A6C

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

Shades of Catalina Blue #193A6C

Tints of Catalina Blue #193A6C

Color information

#193A6C (or 0x193A6C) is unknown color: approx Catalina Blue. HEX triplet: 19, 3A and 6C. RGB value is (25,58,108). Sum of RGB (Red+Green+Blue) = 25+58+108=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #193A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A6C is #E6C593. Grayscale: #353535. Windows color (decimal): -15123860 or 7092761. OLE color: 7092761.

HSL color Cylindrical-coordinate representation of color #193A6C: hue angle of 216.14º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193A6C is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2558108-
CMYK0.770.4600.58
HSL216.14º62.41%26.08%-
HSV(B)216.14º76.85%42.35%-
XYZ4.624.3214.78-
YUV53.83158.57107.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=13.09%
G=30.37%
B=56.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25581080.770.4600.58216.1462.4126.08
Hex193A6C4D2E03Ad83e1a
Octal3172154115560723307632
Binary110011110101101100100110110111001110101101100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,58,108); }

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

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

 a { background-color: rgb(25,58,108); }

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

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

 span { border-color: rgb(25,58,108); }

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