Html Css Color HEX #192D59 Catalina Blue

📋 copy color: '#192D59'

red 25 ◦ green 45 ◦ blue 89

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

Shades of Catalina Blue #192D59

Tints of Catalina Blue #192D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.3%

 BLUE value IS 89 (35.16% from 255) = 55.97%

R = 15.72%
G = 28.3%
B = 55.97%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#192D59 (or 0x192D59) is known color: Catalina Blue. HEX triplet: 19, 2D and 59. RGB value is (25,45,89). Sum of RGB (Red+Green+Blue) = 25+45+89=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #192D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D59 is #E6D2A6. Grayscale: #2B2B2B. Windows color (decimal): -15127207 or 5844249. OLE color: 5844249.

HSL color Cylindrical-coordinate representation of color #192D59: hue angle of 221.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192D59 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 45 89 -
CMYK 0.72 0.49 0 0.65
HSL 221.25º 0.56% 0.22% -
HSV(B) 221.25º 0.72% 0.35% -
XYZ 3.14 2.8 9.83 -
YUV 44.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 25 45 89 0.72 0.49 0 0.65 221.25 0.56 0.22
Hex 19 2D 59 48 31 0 41 DD 38 16
Octal 31 55 131 110 61 0 101 335 70 26
Binary 11001 101101 1011001 1001000 110001 0 1000001 11011101 111000 10110

Color Harmonies of #192D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192D59

Black with #192D59

Text Example


Text Example

White with #192D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192D59; }

 p { color: rgb(25,45,89); }

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

background-color css

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

 a { background-color: rgb(25,45,89); }

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

border-color css

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

 span { border-color: rgb(25,45,89); }

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