Html Css Color HEX #183256 Catalina Blue

📋 copy color: '#183256'

red 24 ◦ green 50 ◦ blue 86

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

Shades of Catalina Blue #183256

Tints of Catalina Blue #183256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 53.75%

R = 15%
G = 31.25%
B = 53.75%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#183256 (or 0x183256) is known color: Catalina Blue. HEX triplet: 18, 32 and 56. RGB value is (24,50,86). Sum of RGB (Red+Green+Blue) = 24+50+86=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #183256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183256 is #E7CDA9. Grayscale: #2E2E2E. Windows color (decimal): -15191466 or 5648920. OLE color: 5648920.

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

Color convert

RGB 24 50 86 -
CMYK 0.72 0.42 0 0.66
HSL 214.84º 0.56% 0.22% -
HSV(B) 214.84º 0.72% 0.34% -
XYZ 3.2 3.15 9.24 -
YUV 46.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 24 50 86 0.72 0.42 0 0.66 214.84 0.56 0.22
Hex 18 32 56 48 2A 0 42 D7 38 16
Octal 30 62 126 110 52 0 102 327 70 26
Binary 11000 110010 1010110 1001000 101010 0 1000010 11010111 111000 10110

Color Harmonies of #183256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183256

Black with #183256

Text Example


Text Example

White with #183256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183256; }

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

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

background-color css

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

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

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

border-color css

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

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

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