Html Css Color HEX #18345F Catalina Blue

📋 copy color: '#18345F'

red 24 ◦ green 52 ◦ blue 95

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

Shades of Catalina Blue #18345F

Tints of Catalina Blue #18345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 14.04%
G = 30.41%
B = 55.56%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18345F (or 0x18345F) is known color: Catalina Blue. HEX triplet: 18, 34 and 5F. RGB value is (24,52,95). Sum of RGB (Red+Green+Blue) = 24+52+95=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #18345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18345F is #E7CBA0. Grayscale: #303030. Windows color (decimal): -15190945 or 6239256. OLE color: 6239256.

HSL color Cylindrical-coordinate representation of color #18345F: hue angle of 216.34º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18345F is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 52 95 -
CMYK 0.75 0.45 0 0.63
HSL 216.34º 0.6% 0.23% -
HSV(B) 216.34º 0.75% 0.37% -
XYZ 3.67 3.48 11.3 -
YUV 48.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 24 52 95 0.75 0.45 0 0.63 216.34 0.6 0.23
Hex 18 34 5F 4B 2D 0 3F D8 3C 17
Octal 30 64 137 113 55 0 77 330 74 27
Binary 11000 110100 1011111 1001011 101101 0 111111 11011000 111100 10111

Color Harmonies of #18345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18345F

Black with #18345F

Text Example


Text Example

White with #18345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,52,95); }

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

background-color css

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

 a { background-color: rgb(24,52,95); }

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

border-color css

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

 span { border-color: rgb(24,52,95); }

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