Html Css Color HEX #183259 Catalina Blue

📋 copy color: '#183259'

red 24 ◦ green 50 ◦ blue 89

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

Shades of Catalina Blue #183259

Tints of Catalina Blue #183259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 14.72%
G = 30.67%
B = 54.6%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183259 (or 0x183259) is known color: Catalina Blue. HEX triplet: 18, 32 and 59. RGB value is (24,50,89). Sum of RGB (Red+Green+Blue) = 24+50+89=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #183259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183259 is #E7CDA6. Grayscale: #2E2E2E. Windows color (decimal): -15191463 or 5845528. OLE color: 5845528.

HSL color Cylindrical-coordinate representation of color #183259: hue angle of 216º 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 #183259 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 50 89 -
CMYK 0.73 0.44 0 0.65
HSL 216º 0.58% 0.22% -
HSV(B) 216º 0.73% 0.35% -
XYZ 3.32 3.2 9.89 -
YUV 46.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 24 50 89 0.73 0.44 0 0.65 216 0.58 0.22
Hex 18 32 59 49 2C 0 41 D8 3A 16
Octal 30 62 131 111 54 0 101 330 72 26
Binary 11000 110010 1011001 1001001 101100 0 1000001 11011000 111010 10110

Color Harmonies of #183259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183259

Black with #183259

Text Example


Text Example

White with #183259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183259; }

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

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

background-color css

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

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

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

border-color css

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

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

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