Html Css Color HEX #19386D Catalina Blue

📋 copy color: '#19386D'

red 25 ◦ green 56 ◦ blue 109

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

Shades of Catalina Blue #19386D

Tints of Catalina Blue #19386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

 BLUE value IS 109 (42.97% from 255) = 57.37%

R = 13.16%
G = 29.47%
B = 57.37%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19386D (or 0x19386D) is known color: Catalina Blue. HEX triplet: 19, 38 and 6D. RGB value is (25,56,109). Sum of RGB (Red+Green+Blue) = 25+56+109=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #19386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19386D is #E6C792. Grayscale: #343434. Windows color (decimal): -15124371 or 7157785. OLE color: 7157785.

HSL color Cylindrical-coordinate representation of color #19386D: hue angle of 217.86º 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 #19386D is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 56 109 -
CMYK 0.77 0.49 0 0.57
HSL 217.86º 0.63% 0.26% -
HSV(B) 217.86º 0.77% 0.43% -
XYZ 4.58 4.14 15.03 -
YUV 52.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 25 56 109 0.77 0.49 0 0.57 217.86 0.63 0.26
Hex 19 38 6D 4D 31 0 39 DA 3F 1A
Octal 31 70 155 115 61 0 71 332 77 32
Binary 11001 111000 1101101 1001101 110001 0 111001 11011010 111111 11010

Color Harmonies of #19386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19386D

Black with #19386D

Text Example


Text Example

White with #19386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19386D; }

 p { color: rgb(25,56,109); }

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

background-color css

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

 a { background-color: rgb(25,56,109); }

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

border-color css

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

 span { border-color: rgb(25,56,109); }

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