Html Css Color HEX #18386D Catalina Blue

📋 copy color: '#18386D'

red 24 ◦ green 56 ◦ blue 109

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

Shades of Catalina Blue #18386D

Tints of Catalina Blue #18386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

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

R = 12.7%
G = 29.63%
B = 57.67%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18386D (or 0x18386D) is known color: Catalina Blue. HEX triplet: 18, 38 and 6D. RGB value is (24,56,109). Sum of RGB (Red+Green+Blue) = 24+56+109=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #18386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18386D is #E7C792. Grayscale: #343434. Windows color (decimal): -15189907 or 7157784. OLE color: 7157784.

HSL color Cylindrical-coordinate representation of color #18386D: hue angle of 217.41º 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 #18386D is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 56 109 -
CMYK 0.78 0.49 0 0.57
HSL 217.41º 0.64% 0.26% -
HSV(B) 217.41º 0.78% 0.43% -
XYZ 4.55 4.13 15.02 -
YUV 52.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 24 56 109 0.78 0.49 0 0.57 217.41 0.64 0.26
Hex 18 38 6D 4E 31 0 39 D9 40 1A
Octal 30 70 155 116 61 0 71 331 100 32
Binary 11000 111000 1101101 1001110 110001 0 111001 11011001 1000000 11010

Color Harmonies of #18386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18386D

Black with #18386D

Text Example


Text Example

White with #18386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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