Html Css Color HEX #183155 Catalina Blue

📋 copy color: '#183155'

red 24 ◦ green 49 ◦ blue 85

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

Shades of Catalina Blue #183155

Tints of Catalina Blue #183155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.8%

R = 15.19%
G = 31.01%
B = 53.8%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#183155 (or 0x183155) is known color: Catalina Blue. HEX triplet: 18, 31 and 55. RGB value is (24,49,85). Sum of RGB (Red+Green+Blue) = 24+49+85=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #183155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183155 is #E7CEAA. Grayscale: #2D2D2D. Windows color (decimal): -15191723 or 5583128. OLE color: 5583128.

HSL color Cylindrical-coordinate representation of color #183155: hue angle of 215.41º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183155 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 49 85 -
CMYK 0.72 0.42 0 0.67
HSL 215.41º 0.56% 0.21% -
HSV(B) 215.41º 0.72% 0.33% -
XYZ 3.11 3.05 9.02 -
YUV 45.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 24 49 85 0.72 0.42 0 0.67 215.41 0.56 0.21
Hex 18 31 55 48 2A 0 43 D7 38 15
Octal 30 61 125 110 52 0 103 327 70 25
Binary 11000 110001 1010101 1001000 101010 0 1000011 11010111 111000 10101

Color Harmonies of #183155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183155

Black with #183155

Text Example


Text Example

White with #183155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183155; }

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

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

background-color css

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

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

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

border-color css

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

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

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