Html Css Color HEX #18386E Catalina Blue

📋 copy color: '#18386E'

red 24 ◦ green 56 ◦ blue 110

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

Shades of Catalina Blue #18386E

Tints of Catalina Blue #18386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 12.63%
G = 29.47%
B = 57.89%

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

#18386E (or 0x18386E) is known color: Catalina Blue. HEX triplet: 18, 38 and 6E. RGB value is (24,56,110). Sum of RGB (Red+Green+Blue) = 24+56+110=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #18386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18386E is #E7C791. Grayscale: #343434. Windows color (decimal): -15189906 or 7223320. OLE color: 7223320.

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

Color convert

RGB 24 56 110 -
CMYK 0.78 0.49 0 0.57
HSL 217.67º 0.64% 0.26% -
HSV(B) 217.67º 0.78% 0.43% -
XYZ 4.61 4.15 15.31 -
YUV 52.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 24 56 110 0.78 0.49 0 0.57 217.67 0.64 0.26
Hex 18 38 6E 4E 31 0 39 DA 40 1A
Octal 30 70 156 116 61 0 71 332 100 32
Binary 11000 111000 1101110 1001110 110001 0 111001 11011010 1000000 11010

Color Harmonies of #18386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18386E

Black with #18386E

Text Example


Text Example

White with #18386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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