Html Css Color HEX #182F5D Catalina Blue

📋 copy color: '#182F5D'

red 24 ◦ green 47 ◦ blue 93

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

Shades of Catalina Blue #182F5D

Tints of Catalina Blue #182F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 14.63%
G = 28.66%
B = 56.71%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#182F5D (or 0x182F5D) is known color: Catalina Blue. HEX triplet: 18, 2F and 5D. RGB value is (24,47,93). Sum of RGB (Red+Green+Blue) = 24+47+93=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #182F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F5D is #E7D0A2. Grayscale: #2D2D2D. Windows color (decimal): -15192227 or 6106904. OLE color: 6106904.

HSL color Cylindrical-coordinate representation of color #182F5D: hue angle of 220º 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 #182F5D is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 47 93 -
CMYK 0.74 0.49 0 0.64
HSL 220º 0.59% 0.23% -
HSV(B) 220º 0.74% 0.36% -
XYZ 3.37 3.02 10.76 -
YUV 45.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 24 47 93 0.74 0.49 0 0.64 220 0.59 0.23
Hex 18 2F 5D 4A 31 0 40 DC 3B 17
Octal 30 57 135 112 61 0 100 334 73 27
Binary 11000 101111 1011101 1001010 110001 0 1000000 11011100 111011 10111

Color Harmonies of #182F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F5D

Black with #182F5D

Text Example


Text Example

White with #182F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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