Html Css Color HEX #183258 Catalina Blue

📋 copy color: '#183258'

red 24 ◦ green 50 ◦ blue 88

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

Shades of Catalina Blue #183258

Tints of Catalina Blue #183258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.86%

 BLUE value IS 88 (34.77% from 255) = 54.32%

R = 14.81%
G = 30.86%
B = 54.32%

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

#183258 (or 0x183258) is known color: Catalina Blue. HEX triplet: 18, 32 and 58. RGB value is (24,50,88). Sum of RGB (Red+Green+Blue) = 24+50+88=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #183258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183258 is #E7CDA7. Grayscale: #2E2E2E. Windows color (decimal): -15191464 or 5779992. OLE color: 5779992.

HSL color Cylindrical-coordinate representation of color #183258: hue angle of 215.62º degrees, saturation: 0.57, 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 #183258 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 50 88 -
CMYK 0.73 0.43 0 0.65
HSL 215.63º 0.57% 0.22% -
HSV(B) 215.63º 0.73% 0.35% -
XYZ 3.28 3.18 9.67 -
YUV 46.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 24 50 88 0.73 0.43 0 0.65 215.63 0.57 0.22
Hex 18 32 58 49 2B 0 41 D8 39 16
Octal 30 62 130 111 53 0 101 330 71 26
Binary 11000 110010 1011000 1001001 101011 0 1000001 11011000 111001 10110

Color Harmonies of #183258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183258

Black with #183258

Text Example


Text Example

White with #183258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183258; }

 p { color: rgb(24,50,88); }

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

background-color css

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

 a { background-color: rgb(24,50,88); }

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

border-color css

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

 span { border-color: rgb(24,50,88); }

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