Html Css Color HEX #183365 Catalina Blue

📋 copy color: '#183365'

red 24 ◦ green 51 ◦ blue 101

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

Shades of Catalina Blue #183365

Tints of Catalina Blue #183365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 13.64%
G = 28.98%
B = 57.39%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#183365 (or 0x183365) is known color: Catalina Blue. HEX triplet: 18, 33 and 65. RGB value is (24,51,101). Sum of RGB (Red+Green+Blue) = 24+51+101=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #183365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183365 is #E7CC9A. Grayscale: #303030. Windows color (decimal): -15191195 or 6632216. OLE color: 6632216.

HSL color Cylindrical-coordinate representation of color #183365: hue angle of 218.96º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183365 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 51 101 -
CMYK 0.76 0.50 0 0.60
HSL 218.96º 0.62% 0.25% -
HSV(B) 218.96º 0.76% 0.4% -
XYZ 3.91 3.5 12.78 -
YUV 48.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 24 51 101 0.76 0.50 0 0.60 218.96 0.62 0.25
Hex 18 33 65 4C 32 0 3C DB 3E 19
Octal 30 63 145 114 62 0 74 333 76 31
Binary 11000 110011 1100101 1001100 110010 0 111100 11011011 111110 11001

Color Harmonies of #183365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183365

Black with #183365

Text Example


Text Example

White with #183365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183365; }

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

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

background-color css

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

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

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

border-color css

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

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

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