Html Css Color HEX #18365E Catalina Blue

📋 copy color: '#18365E'

red 24 ◦ green 54 ◦ blue 94

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

Shades of Catalina Blue #18365E

Tints of Catalina Blue #18365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 94 (37.11% from 255) = 54.65%

R = 13.95%
G = 31.4%
B = 54.65%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18365E (or 0x18365E) is known color: Catalina Blue. HEX triplet: 18, 36 and 5E. RGB value is (24,54,94). Sum of RGB (Red+Green+Blue) = 24+54+94=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #18365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365E is #E7C9A1. Grayscale: #313131. Windows color (decimal): -15190434 or 6174232. OLE color: 6174232.

HSL color Cylindrical-coordinate representation of color #18365E: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18365E is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 54 94 -
CMYK 0.74 0.43 0 0.63
HSL 214.29º 0.59% 0.23% -
HSV(B) 214.29º 0.74% 0.37% -
XYZ 3.72 3.64 11.1 -
YUV 49.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 24 54 94 0.74 0.43 0 0.63 214.29 0.59 0.23
Hex 18 36 5E 4A 2B 0 3F D6 3B 17
Octal 30 66 136 112 53 0 77 326 73 27
Binary 11000 110110 1011110 1001010 101011 0 111111 11010110 111011 10111

Color Harmonies of #18365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18365E

Black with #18365E

Text Example


Text Example

White with #18365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,54,94); }

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

background-color css

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

 a { background-color: rgb(24,54,94); }

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

border-color css

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

 span { border-color: rgb(24,54,94); }

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