Html Css Color HEX #183160 Catalina Blue

📋 copy color: '#183160'

red 24 ◦ green 49 ◦ blue 96

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

Shades of Catalina Blue #183160

Tints of Catalina Blue #183160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 14.2%
G = 28.99%
B = 56.8%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#183160 (or 0x183160) is known color: Catalina Blue. HEX triplet: 18, 31 and 60. RGB value is (24,49,96). Sum of RGB (Red+Green+Blue) = 24+49+96=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #183160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183160 is #E7CE9F. Grayscale: #2E2E2E. Windows color (decimal): -15191712 or 6304024. OLE color: 6304024.

HSL color Cylindrical-coordinate representation of color #183160: hue angle of 219.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183160 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 49 96 -
CMYK 0.75 0.49 0 0.62
HSL 219.17º 0.6% 0.24% -
HSV(B) 219.17º 0.75% 0.38% -
XYZ 3.59 3.24 11.5 -
YUV 46.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 24 49 96 0.75 0.49 0 0.62 219.17 0.6 0.24
Hex 18 31 60 4B 31 0 3E DB 3C 18
Octal 30 61 140 113 61 0 76 333 74 30
Binary 11000 110001 1100000 1001011 110001 0 111110 11011011 111100 11000

Color Harmonies of #183160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183160

Black with #183160

Text Example


Text Example

White with #183160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183160; }

 p { color: rgb(24,49,96); }

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

background-color css

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

 a { background-color: rgb(24,49,96); }

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

border-color css

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

 span { border-color: rgb(24,49,96); }

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