Html Css Color HEX #193B6C Catalina Blue

📋 copy color: '#193B6C'

red 25 ◦ green 59 ◦ blue 108

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

Shades of Catalina Blue #193B6C

Tints of Catalina Blue #193B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.73%

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

R = 13.02%
G = 30.73%
B = 56.25%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#193B6C (or 0x193B6C) is known color: Catalina Blue. HEX triplet: 19, 3B and 6C. RGB value is (25,59,108). Sum of RGB (Red+Green+Blue) = 25+59+108=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #193B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B6C is #E6C493. Grayscale: #363636. Windows color (decimal): -15123604 or 7093017. OLE color: 7093017.

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

Color convert

RGB 25 59 108 -
CMYK 0.77 0.45 0 0.58
HSL 215.42º 0.62% 0.26% -
HSV(B) 215.42º 0.77% 0.42% -
XYZ 4.67 4.42 14.79 -
YUV 54.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 25 59 108 0.77 0.45 0 0.58 215.42 0.62 0.26
Hex 19 3B 6C 4D 2D 0 3A D7 3E 1A
Octal 31 73 154 115 55 0 72 327 76 32
Binary 11001 111011 1101100 1001101 101101 0 111010 11010111 111110 11010

Color Harmonies of #193B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B6C

Black with #193B6C

Text Example


Text Example

White with #193B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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