Html Css Color HEX #183464 Catalina Blue

📋 copy color: '#183464'

red 24 ◦ green 52 ◦ blue 100

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

Shades of Catalina Blue #183464

Tints of Catalina Blue #183464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 100 (39.45% from 255) = 56.82%

R = 13.64%
G = 29.55%
B = 56.82%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183464 (or 0x183464) is known color: Catalina Blue. HEX triplet: 18, 34 and 64. RGB value is (24,52,100). Sum of RGB (Red+Green+Blue) = 24+52+100=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #183464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183464 is #E7CB9B. Grayscale: #303030. Windows color (decimal): -15190940 or 6566936. OLE color: 6566936.

HSL color Cylindrical-coordinate representation of color #183464: hue angle of 217.89º 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 #183464 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 52 100 -
CMYK 0.76 0.48 0 0.61
HSL 217.89º 0.61% 0.24% -
HSV(B) 217.89º 0.76% 0.39% -
XYZ 3.9 3.57 12.54 -
YUV 49.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 24 52 100 0.76 0.48 0 0.61 217.89 0.61 0.24
Hex 18 34 64 4C 30 0 3D DA 3D 18
Octal 30 64 144 114 60 0 75 332 75 30
Binary 11000 110100 1100100 1001100 110000 0 111101 11011010 111101 11000

Color Harmonies of #183464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183464

Black with #183464

Text Example


Text Example

White with #183464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183464; }

 p { color: rgb(24,52,100); }

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

background-color css

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

 a { background-color: rgb(24,52,100); }

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

border-color css

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

 span { border-color: rgb(24,52,100); }

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