Html Css Color HEX #193E6E Catalina Blue

📋 copy color: '#193E6E'

red 25 ◦ green 62 ◦ blue 110

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

Shades of Catalina Blue #193E6E

Tints of Catalina Blue #193E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.47%

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 12.69%
G = 31.47%
B = 55.84%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#193E6E (or 0x193E6E) is known color: Catalina Blue. HEX triplet: 19, 3E and 6E. RGB value is (25,62,110). Sum of RGB (Red+Green+Blue) = 25+62+110=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #193E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E6E is #E6C191. Grayscale: #383838. Windows color (decimal): -15122834 or 7224857. OLE color: 7224857.

HSL color Cylindrical-coordinate representation of color #193E6E: hue angle of 213.88º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193E6E is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 62 110 -
CMYK 0.77 0.44 0 0.57
HSL 213.88º 0.63% 0.26% -
HSV(B) 213.88º 0.77% 0.43% -
XYZ 4.94 4.78 15.41 -
YUV 56.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 25 62 110 0.77 0.44 0 0.57 213.88 0.63 0.26
Hex 19 3E 6E 4D 2C 0 39 D6 3F 1A
Octal 31 76 156 115 54 0 71 326 77 32
Binary 11001 111110 1101110 1001101 101100 0 111001 11010110 111111 11010

Color Harmonies of #193E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E6E

Black with #193E6E

Text Example


Text Example

White with #193E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,110); }

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

background-color css

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

 a { background-color: rgb(25,62,110); }

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

border-color css

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

 span { border-color: rgb(25,62,110); }

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