Html Css Color HEX #18386F Catalina Blue

📋 copy color: '#18386F'

red 24 ◦ green 56 ◦ blue 111

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

Shades of Catalina Blue #18386F

Tints of Catalina Blue #18386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 12.57%
G = 29.32%
B = 58.12%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18386F (or 0x18386F) is known color: Catalina Blue. HEX triplet: 18, 38 and 6F. RGB value is (24,56,111). Sum of RGB (Red+Green+Blue) = 24+56+111=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #18386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18386F is #E7C790. Grayscale: #343434. Windows color (decimal): -15189905 or 7288856. OLE color: 7288856.

HSL color Cylindrical-coordinate representation of color #18386F: hue angle of 217.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18386F is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 56 111 -
CMYK 0.78 0.50 0 0.56
HSL 217.93º 0.64% 0.26% -
HSV(B) 217.93º 0.78% 0.44% -
XYZ 4.66 4.17 15.6 -
YUV 52.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 24 56 111 0.78 0.50 0 0.56 217.93 0.64 0.26
Hex 18 38 6F 4E 32 0 38 DA 40 1A
Octal 30 70 157 116 62 0 70 332 100 32
Binary 11000 111000 1101111 1001110 110010 0 111000 11011010 1000000 11010

Color Harmonies of #18386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18386F

Black with #18386F

Text Example


Text Example

White with #18386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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