Html Css Color HEX #193B6B Catalina Blue

📋 copy color: '#193B6B'

red 25 ◦ green 59 ◦ blue 107

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

Shades of Catalina Blue #193B6B

Tints of Catalina Blue #193B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.02%

R = 13.09%
G = 30.89%
B = 56.02%

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

#193B6B (or 0x193B6B) is known color: Catalina Blue. HEX triplet: 19, 3B and 6B. RGB value is (25,59,107). Sum of RGB (Red+Green+Blue) = 25+59+107=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #193B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B6B is #E6C494. Grayscale: #363636. Windows color (decimal): -15123605 or 7027481. OLE color: 7027481.

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

Color convert

RGB 25 59 107 -
CMYK 0.77 0.45 0 0.58
HSL 215.12º 0.62% 0.26% -
HSV(B) 215.12º 0.77% 0.42% -
XYZ 4.62 4.4 14.52 -
YUV 54.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 25 59 107 0.77 0.45 0 0.58 215.12 0.62 0.26
Hex 19 3B 6B 4D 2D 0 3A D7 3E 1A
Octal 31 73 153 115 55 0 72 327 76 32
Binary 11001 111011 1101011 1001101 101101 0 111010 11010111 111110 11010

Color Harmonies of #193B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B6B

Black with #193B6B

Text Example


Text Example

White with #193B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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