Html Css Color HEX #18396F Catalina Blue

📋 copy color: '#18396F'

red 24 ◦ green 57 ◦ blue 111

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

Shades of Catalina Blue #18396F

Tints of Catalina Blue #18396F

RGB

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

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

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

R = 12.5%
G = 29.69%
B = 57.81%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18396F (or 0x18396F) is known color: Catalina Blue. HEX triplet: 18, 39 and 6F. RGB value is (24,57,111). Sum of RGB (Red+Green+Blue) = 24+57+111=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #18396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18396F is #E7C690. Grayscale: #353535. Windows color (decimal): -15189649 or 7289112. OLE color: 7289112.

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

Color convert

RGB 24 57 111 -
CMYK 0.78 0.49 0 0.56
HSL 217.24º 0.64% 0.26% -
HSV(B) 217.24º 0.78% 0.44% -
XYZ 4.71 4.27 15.61 -
YUV 53.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 24 57 111 0.78 0.49 0 0.56 217.24 0.64 0.26
Hex 18 39 6F 4E 31 0 38 D9 40 1A
Octal 30 71 157 116 61 0 70 331 100 32
Binary 11000 111001 1101111 1001110 110001 0 111000 11011001 1000000 11010

Color Harmonies of #18396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18396F

Black with #18396F

Text Example


Text Example

White with #18396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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