Html Css Color HEX #18345D Catalina Blue

📋 copy color: '#18345D'

red 24 ◦ green 52 ◦ blue 93

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

Shades of Catalina Blue #18345D

Tints of Catalina Blue #18345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 14.2%
G = 30.77%
B = 55.03%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18345D (or 0x18345D) is known color: Catalina Blue. HEX triplet: 18, 34 and 5D. RGB value is (24,52,93). Sum of RGB (Red+Green+Blue) = 24+52+93=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #18345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18345D is #E7CBA2. Grayscale: #303030. Windows color (decimal): -15190947 or 6108184. OLE color: 6108184.

HSL color Cylindrical-coordinate representation of color #18345D: hue angle of 215.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18345D is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 52 93 -
CMYK 0.74 0.44 0 0.64
HSL 215.65º 0.59% 0.23% -
HSV(B) 215.65º 0.74% 0.36% -
XYZ 3.58 3.44 10.83 -
YUV 48.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 24 52 93 0.74 0.44 0 0.64 215.65 0.59 0.23
Hex 18 34 5D 4A 2C 0 40 D8 3B 17
Octal 30 64 135 112 54 0 100 330 73 27
Binary 11000 110100 1011101 1001010 101100 0 1000000 11011000 111011 10111

Color Harmonies of #18345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18345D

Black with #18345D

Text Example


Text Example

White with #18345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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