Html Css Color HEX #18355C Catalina Blue

📋 copy color: '#18355C'

red 24 ◦ green 53 ◦ blue 92

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

Shades of Catalina Blue #18355C

Tints of Catalina Blue #18355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

 BLUE value IS 92 (36.33% from 255) = 54.44%

R = 14.2%
G = 31.36%
B = 54.44%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18355C (or 0x18355C) is known color: Catalina Blue. HEX triplet: 18, 35 and 5C. RGB value is (24,53,92). Sum of RGB (Red+Green+Blue) = 24+53+92=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #18355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18355C is #E7CAA3. Grayscale: #303030. Windows color (decimal): -15190692 or 6042904. OLE color: 6042904.

HSL color Cylindrical-coordinate representation of color #18355C: hue angle of 214.41º 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 #18355C is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 53 92 -
CMYK 0.74 0.42 0 0.64
HSL 214.41º 0.59% 0.23% -
HSV(B) 214.41º 0.74% 0.36% -
XYZ 3.58 3.51 10.61 -
YUV 48.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 24 53 92 0.74 0.42 0 0.64 214.41 0.59 0.23
Hex 18 35 5C 4A 2A 0 40 D6 3B 17
Octal 30 65 134 112 52 0 100 326 73 27
Binary 11000 110101 1011100 1001010 101010 0 1000000 11010110 111011 10111

Color Harmonies of #18355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18355C

Black with #18355C

Text Example


Text Example

White with #18355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18355C; }

 p { color: rgb(24,53,92); }

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

background-color css

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

 a { background-color: rgb(24,53,92); }

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

border-color css

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

 span { border-color: rgb(24,53,92); }

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