Html Css Color HEX #18335A Catalina Blue

📋 copy color: '#18335A'

red 24 ◦ green 51 ◦ blue 90

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

Shades of Catalina Blue #18335A

Tints of Catalina Blue #18335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.55%

R = 14.55%
G = 30.91%
B = 54.55%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18335A (or 0x18335A) is known color: Catalina Blue. HEX triplet: 18, 33 and 5A. RGB value is (24,51,90). Sum of RGB (Red+Green+Blue) = 24+51+90=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #18335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18335A is #E7CCA5. Grayscale: #2F2F2F. Windows color (decimal): -15191206 or 5911320. OLE color: 5911320.

HSL color Cylindrical-coordinate representation of color #18335A: hue angle of 215.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18335A is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 51 90 -
CMYK 0.73 0.43 0 0.65
HSL 215.45º 0.58% 0.22% -
HSV(B) 215.45º 0.73% 0.35% -
XYZ 3.41 3.3 10.13 -
YUV 47.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 24 51 90 0.73 0.43 0 0.65 215.45 0.58 0.22
Hex 18 33 5A 49 2B 0 41 D7 3A 16
Octal 30 63 132 111 53 0 101 327 72 26
Binary 11000 110011 1011010 1001001 101011 0 1000001 11010111 111010 10110

Color Harmonies of #18335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18335A

Black with #18335A

Text Example


Text Example

White with #18335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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