Html Css Color HEX #18396D Catalina Blue

📋 copy color: '#18396D'

red 24 ◦ green 57 ◦ blue 109

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

Shades of Catalina Blue #18396D

Tints of Catalina Blue #18396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 109 (42.97% from 255) = 57.37%

R = 12.63%
G = 30%
B = 57.37%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18396D (or 0x18396D) is known color: Catalina Blue. HEX triplet: 18, 39 and 6D. RGB value is (24,57,109). Sum of RGB (Red+Green+Blue) = 24+57+109=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #18396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18396D is #E7C692. Grayscale: #343434. Windows color (decimal): -15189651 or 7158040. OLE color: 7158040.

HSL color Cylindrical-coordinate representation of color #18396D: hue angle of 216.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18396D is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 57 109 -
CMYK 0.78 0.48 0 0.57
HSL 216.71º 0.64% 0.26% -
HSV(B) 216.71º 0.78% 0.43% -
XYZ 4.6 4.22 15.04 -
YUV 53.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 24 57 109 0.78 0.48 0 0.57 216.71 0.64 0.26
Hex 18 39 6D 4E 30 0 39 D9 40 1A
Octal 30 71 155 116 60 0 71 331 100 32
Binary 11000 111001 1101101 1001110 110000 0 111001 11011001 1000000 11010

Color Harmonies of #18396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18396D

Black with #18396D

Text Example


Text Example

White with #18396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,57,109); }

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

background-color css

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

 a { background-color: rgb(24,57,109); }

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

border-color css

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

 span { border-color: rgb(24,57,109); }

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