Html Css Color HEX #183465 Catalina Blue

📋 copy color: '#183465'

red 24 ◦ green 52 ◦ blue 101

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

Shades of Catalina Blue #183465

Tints of Catalina Blue #183465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

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

R = 13.56%
G = 29.38%
B = 57.06%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#183465 (or 0x183465) is known color: Catalina Blue. HEX triplet: 18, 34 and 65. RGB value is (24,52,101). Sum of RGB (Red+Green+Blue) = 24+52+101=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #183465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183465 is #E7CB9A. Grayscale: #303030. Windows color (decimal): -15190939 or 6632472. OLE color: 6632472.

HSL color Cylindrical-coordinate representation of color #183465: hue angle of 218.18º 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 #183465 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 52 101 -
CMYK 0.76 0.49 0 0.60
HSL 218.18º 0.62% 0.25% -
HSV(B) 218.18º 0.76% 0.4% -
XYZ 3.95 3.59 12.8 -
YUV 49.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 24 52 101 0.76 0.49 0 0.60 218.18 0.62 0.25
Hex 18 34 65 4C 31 0 3C DA 3E 19
Octal 30 64 145 114 61 0 74 332 76 31
Binary 11000 110100 1100101 1001100 110001 0 111100 11011010 111110 11001

Color Harmonies of #183465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183465

Black with #183465

Text Example


Text Example

White with #183465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183465; }

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

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

background-color css

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

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

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

border-color css

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

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

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