Html Css Color HEX #182D59 Catalina Blue

📋 copy color: '#182D59'

red 24 ◦ green 45 ◦ blue 89

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

Shades of Catalina Blue #182D59

Tints of Catalina Blue #182D59

RGB

 RED value IS 24 (9.77% from 255) = 15.19%

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

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

R = 15.19%
G = 28.48%
B = 56.33%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#182D59 (or 0x182D59) is known color: Catalina Blue. HEX triplet: 18, 2D and 59. RGB value is (24,45,89). Sum of RGB (Red+Green+Blue) = 24+45+89=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #182D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D59 is #E7D2A6. Grayscale: #2B2B2B. Windows color (decimal): -15192743 or 5844248. OLE color: 5844248.

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

Color convert

RGB 24 45 89 -
CMYK 0.73 0.49 0 0.65
HSL 220.62º 0.58% 0.22% -
HSV(B) 220.62º 0.73% 0.35% -
XYZ 3.12 2.79 9.83 -
YUV 43.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 24 45 89 0.73 0.49 0 0.65 220.62 0.58 0.22
Hex 18 2D 59 49 31 0 41 DD 3A 16
Octal 30 55 131 111 61 0 101 335 72 26
Binary 11000 101101 1011001 1001001 110001 0 1000001 11011101 111010 10110

Color Harmonies of #182D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182D59

Black with #182D59

Text Example


Text Example

White with #182D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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