Html Css Color HEX #182F59 Catalina Blue

📋 copy color: '#182F59'

red 24 ◦ green 47 ◦ blue 89

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

Shades of Catalina Blue #182F59

Tints of Catalina Blue #182F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 15%
G = 29.38%
B = 55.63%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#182F59 (or 0x182F59) is known color: Catalina Blue. HEX triplet: 18, 2F and 59. RGB value is (24,47,89). Sum of RGB (Red+Green+Blue) = 24+47+89=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #182F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F59 is #E7D0A6. Grayscale: #2C2C2C. Windows color (decimal): -15192231 or 5844760. OLE color: 5844760.

HSL color Cylindrical-coordinate representation of color #182F59: hue angle of 218.77º 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 #182F59 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 47 89 -
CMYK 0.73 0.47 0 0.65
HSL 218.77º 0.58% 0.22% -
HSV(B) 218.77º 0.73% 0.35% -
XYZ 3.2 2.95 9.85 -
YUV 44.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 24 47 89 0.73 0.47 0 0.65 218.77 0.58 0.22
Hex 18 2F 59 49 2F 0 41 DB 3A 16
Octal 30 57 131 111 57 0 101 333 72 26
Binary 11000 101111 1011001 1001001 101111 0 1000001 11011011 111010 10110

Color Harmonies of #182F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F59

Black with #182F59

Text Example


Text Example

White with #182F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F59; }

 p { color: rgb(24,47,89); }

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

background-color css

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

 a { background-color: rgb(24,47,89); }

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

border-color css

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

 span { border-color: rgb(24,47,89); }

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