Html Css Color HEX #18366B Catalina Blue

📋 copy color: '#18366B'

red 24 ◦ green 54 ◦ blue 107

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

Shades of Catalina Blue #18366B

Tints of Catalina Blue #18366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 12.97%
G = 29.19%
B = 57.84%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18366B (or 0x18366B) is known color: Catalina Blue. HEX triplet: 18, 36 and 6B. RGB value is (24,54,107). Sum of RGB (Red+Green+Blue) = 24+54+107=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #18366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18366B is #E7C994. Grayscale: #323232. Windows color (decimal): -15190421 or 7026200. OLE color: 7026200.

HSL color Cylindrical-coordinate representation of color #18366B: hue angle of 218.31º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18366B is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 54 107 -
CMYK 0.78 0.50 0 0.58
HSL 218.31º 0.63% 0.26% -
HSV(B) 218.31º 0.78% 0.42% -
XYZ 4.35 3.89 14.43 -
YUV 51.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 24 54 107 0.78 0.50 0 0.58 218.31 0.63 0.26
Hex 18 36 6B 4E 32 0 3A DA 3F 1A
Octal 30 66 153 116 62 0 72 332 77 32
Binary 11000 110110 1101011 1001110 110010 0 111010 11011010 111111 11010

Color Harmonies of #18366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18366B

Black with #18366B

Text Example


Text Example

White with #18366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18366B; }

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

 H1.HeaderClassName
 {
   color: #18366B;
 }
 .AnyTagClassName
 {
   color: #18366B;
 }
</style>

background-color css

<style>
 a { background-color: #18366B; }

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

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

border-color css

<style>
 span { border-color: #18366B; }

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

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