Html Css Color HEX #193356 Catalina Blue

📋 copy color: '#193356'

red 25 ◦ green 51 ◦ blue 86

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

Shades of Catalina Blue #193356

Tints of Catalina Blue #193356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.48%

 BLUE value IS 86 (33.98% from 255) = 53.09%

R = 15.43%
G = 31.48%
B = 53.09%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#193356 (or 0x193356) is known color: Catalina Blue. HEX triplet: 19, 33 and 56. RGB value is (25,51,86). Sum of RGB (Red+Green+Blue) = 25+51+86=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #193356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193356 is #E6CCA9. Grayscale: #2F2F2F. Windows color (decimal): -15125674 or 5649177. OLE color: 5649177.

HSL color Cylindrical-coordinate representation of color #193356: hue angle of 214.43º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193356 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 51 86 -
CMYK 0.71 0.41 0 0.66
HSL 214.43º 0.55% 0.22% -
HSV(B) 214.43º 0.71% 0.34% -
XYZ 3.26 3.25 9.26 -
YUV 47.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 25 51 86 0.71 0.41 0 0.66 214.43 0.55 0.22
Hex 19 33 56 47 29 0 42 D6 37 16
Octal 31 63 126 107 51 0 102 326 67 26
Binary 11001 110011 1010110 1000111 101001 0 1000010 11010110 110111 10110

Color Harmonies of #193356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193356

Black with #193356

Text Example


Text Example

White with #193356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193356; }

 p { color: rgb(25,51,86); }

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

background-color css

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

 a { background-color: rgb(25,51,86); }

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

border-color css

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

 span { border-color: rgb(25,51,86); }

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