Html Css Color HEX #18335C Catalina Blue

📋 copy color: '#18335C'

red 24 ◦ green 51 ◦ blue 92

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

Shades of Catalina Blue #18335C

Tints of Catalina Blue #18335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 14.37%
G = 30.54%
B = 55.09%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18335C (or 0x18335C) is known color: Catalina Blue. HEX triplet: 18, 33 and 5C. RGB value is (24,51,92). Sum of RGB (Red+Green+Blue) = 24+51+92=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #18335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18335C is #E7CCA3. Grayscale: #2F2F2F. Windows color (decimal): -15191204 or 6042392. OLE color: 6042392.

HSL color Cylindrical-coordinate representation of color #18335C: hue angle of 216.18º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18335C is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 51 92 -
CMYK 0.74 0.45 0 0.64
HSL 216.18º 0.59% 0.23% -
HSV(B) 216.18º 0.74% 0.36% -
XYZ 3.49 3.33 10.58 -
YUV 47.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 24 51 92 0.74 0.45 0 0.64 216.18 0.59 0.23
Hex 18 33 5C 4A 2D 0 40 D8 3B 17
Octal 30 63 134 112 55 0 100 330 73 27
Binary 11000 110011 1011100 1001010 101101 0 1000000 11011000 111011 10111

Color Harmonies of #18335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18335C

Black with #18335C

Text Example


Text Example

White with #18335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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