#193458

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

Shades of Catalina Blue #193458

Tints of Catalina Blue #193458

Color information

#193458 (or 0x193458) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 58. RGB value is (25,52,88). Sum of RGB (Red+Green+Blue) = 25+52+88=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #193458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193458 is #E6CBA7. Grayscale: #2F2F2F. Windows color (decimal): -15125416 or 5780505. OLE color: 5780505.

HSL color Cylindrical-coordinate representation of color #193458: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193458 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255288-
CMYK0.720.4100.65
HSL214.29º55.75%22.16%-
HSV(B)214.29º71.59%34.51%-
XYZ3.393.379.7-
YUV48.03150.55111.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=15.15%
G=31.52%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2552880.720.4100.65214.2955.7522.16
Hex1934584829041d63816
Octal31641301105101013267026
Binary1100111010010110001001000101001010000011101011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193458; }

 p { color: rgb(25,52,88); }

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

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

 a { background-color: rgb(25,52,88); }

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

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

 span { border-color: rgb(25,52,88); }

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