Html Css Color HEX #183263 Catalina Blue

📋 copy color: '#183263'

red 24 ◦ green 50 ◦ blue 99

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

Shades of Catalina Blue #183263

Tints of Catalina Blue #183263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.23%

R = 13.87%
G = 28.9%
B = 57.23%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183263 (or 0x183263) is known color: Catalina Blue. HEX triplet: 18, 32 and 63. RGB value is (24,50,99). Sum of RGB (Red+Green+Blue) = 24+50+99=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #183263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183263 is #E7CD9C. Grayscale: #2F2F2F. Windows color (decimal): -15191453 or 6500888. OLE color: 6500888.

HSL color Cylindrical-coordinate representation of color #183263: hue angle of 219.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183263 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 50 99 -
CMYK 0.76 0.49 0 0.61
HSL 219.2º 0.61% 0.24% -
HSV(B) 219.2º 0.76% 0.39% -
XYZ 3.77 3.38 12.26 -
YUV 47.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 24 50 99 0.76 0.49 0 0.61 219.2 0.61 0.24
Hex 18 32 63 4C 31 0 3D DB 3D 18
Octal 30 62 143 114 61 0 75 333 75 30
Binary 11000 110010 1100011 1001100 110001 0 111101 11011011 111101 11000

Color Harmonies of #183263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183263

Black with #183263

Text Example


Text Example

White with #183263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183263; }

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

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

background-color css

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

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

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

border-color css

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

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

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