Html Css Color HEX #193C6C Catalina Blue

📋 copy color: '#193C6C'

red 25 ◦ green 60 ◦ blue 108

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

Shades of Catalina Blue #193C6C

Tints of Catalina Blue #193C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 12.95%
G = 31.09%
B = 55.96%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#193C6C (or 0x193C6C) is known color: Catalina Blue. HEX triplet: 19, 3C and 6C. RGB value is (25,60,108). Sum of RGB (Red+Green+Blue) = 25+60+108=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #193C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C6C is #E6C393. Grayscale: #363636. Windows color (decimal): -15123348 or 7093273. OLE color: 7093273.

HSL color Cylindrical-coordinate representation of color #193C6C: hue angle of 214.7º 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 #193C6C is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 60 108 -
CMYK 0.77 0.44 0 0.58
HSL 214.7º 0.62% 0.26% -
HSV(B) 214.7º 0.77% 0.42% -
XYZ 4.72 4.52 14.81 -
YUV 55.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 25 60 108 0.77 0.44 0 0.58 214.7 0.62 0.26
Hex 19 3C 6C 4D 2C 0 3A D7 3E 1A
Octal 31 74 154 115 54 0 72 327 76 32
Binary 11001 111100 1101100 1001101 101100 0 111010 11010111 111110 11010

Color Harmonies of #193C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C6C

Black with #193C6C

Text Example


Text Example

White with #193C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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