#193962

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

Shades of Catalina Blue #193962

Tints of Catalina Blue #193962

Color information

#193962 (or 0x193962) is unknown color: approx Catalina Blue. HEX triplet: 19, 39 and 62. RGB value is (25,57,98). Sum of RGB (Red+Green+Blue) = 25+57+98=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #193962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193962 is #E6C69D. Grayscale: #333333. Windows color (decimal): -15124126 or 6437145. OLE color: 6437145.

HSL color Cylindrical-coordinate representation of color #193962: hue angle of 213.7º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193962 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255798-
CMYK0.740.4200.62
HSL213.7º59.35%24.12%-
HSV(B)213.7º74.49%38.43%-
XYZ4.074.0112.12-
YUV52.11153.9108.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=13.89%
G=31.67%
B=54.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2557980.740.4200.62213.759.3524.12
Hex1939624A2A03Ed63b18
Octal3171142112520763267330
Binary110011110011100010100101010101001111101101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193962; }

 p { color: rgb(25,57,98); }

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

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

 a { background-color: rgb(25,57,98); }

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

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

 span { border-color: rgb(25,57,98); }

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