Html Css Color HEX #18335E Catalina Blue

📋 copy color: '#18335E'

red 24 ◦ green 51 ◦ blue 94

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

Shades of Catalina Blue #18335E

Tints of Catalina Blue #18335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 14.2%
G = 30.18%
B = 55.62%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18335E (or 0x18335E) is known color: Catalina Blue. HEX triplet: 18, 33 and 5E. RGB value is (24,51,94). Sum of RGB (Red+Green+Blue) = 24+51+94=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #18335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18335E is #E7CCA1. Grayscale: #2F2F2F. Windows color (decimal): -15191202 or 6173464. OLE color: 6173464.

HSL color Cylindrical-coordinate representation of color #18335E: hue angle of 216.86º 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 #18335E is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 51 94 -
CMYK 0.74 0.46 0 0.63
HSL 216.86º 0.59% 0.23% -
HSV(B) 216.86º 0.74% 0.37% -
XYZ 3.58 3.37 11.05 -
YUV 47.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 24 51 94 0.74 0.46 0 0.63 216.86 0.59 0.23
Hex 18 33 5E 4A 2E 0 3F D9 3B 17
Octal 30 63 136 112 56 0 77 331 73 27
Binary 11000 110011 1011110 1001010 101110 0 111111 11011001 111011 10111

Color Harmonies of #18335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18335E

Black with #18335E

Text Example


Text Example

White with #18335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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