Html Css Color HEX #193360 Catalina Blue

📋 copy color: '#193360'

red 25 ◦ green 51 ◦ blue 96

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

Shades of Catalina Blue #193360

Tints of Catalina Blue #193360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 96 (37.89% from 255) = 55.81%

R = 14.53%
G = 29.65%
B = 55.81%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193360 (or 0x193360) is known color: Catalina Blue. HEX triplet: 19, 33 and 60. RGB value is (25,51,96). Sum of RGB (Red+Green+Blue) = 25+51+96=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #193360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193360 is #E6CC9F. Grayscale: #303030. Windows color (decimal): -15125664 or 6304537. OLE color: 6304537.

HSL color Cylindrical-coordinate representation of color #193360: hue angle of 218.03º 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 #193360 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 51 96 -
CMYK 0.74 0.47 0 0.62
HSL 218.03º 0.59% 0.24% -
HSV(B) 218.03º 0.74% 0.38% -
XYZ 3.7 3.42 11.53 -
YUV 48.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 25 51 96 0.74 0.47 0 0.62 218.03 0.59 0.24
Hex 19 33 60 4A 2F 0 3E DA 3B 18
Octal 31 63 140 112 57 0 76 332 73 30
Binary 11001 110011 1100000 1001010 101111 0 111110 11011010 111011 11000

Color Harmonies of #193360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193360

Black with #193360

Text Example


Text Example

White with #193360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193360; }

 p { color: rgb(25,51,96); }

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

background-color css

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

 a { background-color: rgb(25,51,96); }

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

border-color css

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

 span { border-color: rgb(25,51,96); }

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