Html Css Color HEX #193C6A Catalina Blue

📋 copy color: '#193C6A'

red 25 ◦ green 60 ◦ blue 106

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

Shades of Catalina Blue #193C6A

Tints of Catalina Blue #193C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 106 (41.8% from 255) = 55.5%

R = 13.09%
G = 31.41%
B = 55.5%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#193C6A (or 0x193C6A) is known color: Catalina Blue. HEX triplet: 19, 3C and 6A. RGB value is (25,60,106). Sum of RGB (Red+Green+Blue) = 25+60+106=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #193C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C6A is #E6C395. Grayscale: #363636. Windows color (decimal): -15123350 or 6962201. OLE color: 6962201.

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

Color convert

RGB 25 60 106 -
CMYK 0.76 0.43 0 0.58
HSL 214.07º 0.62% 0.26% -
HSV(B) 214.07º 0.76% 0.42% -
XYZ 4.62 4.48 14.26 -
YUV 54.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 25 60 106 0.76 0.43 0 0.58 214.07 0.62 0.26
Hex 19 3C 6A 4C 2B 0 3A D6 3E 1A
Octal 31 74 152 114 53 0 72 326 76 32
Binary 11001 111100 1101010 1001100 101011 0 111010 11010110 111110 11010

Color Harmonies of #193C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C6A

Black with #193C6A

Text Example


Text Example

White with #193C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,106); }

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

background-color css

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

 a { background-color: rgb(25,60,106); }

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

border-color css

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

 span { border-color: rgb(25,60,106); }

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