Html Css Color HEX #1F3154 Catalina Blue

📋 copy color: '#1F3154'

red 31 ◦ green 49 ◦ blue 84

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

Shades of Catalina Blue #1F3154

Tints of Catalina Blue #1F3154

RGB

 RED value IS 31 (12.5% from 255) = 18.9%

 GREEN value IS 49 (19.53% from 255) = 29.88%

 BLUE value IS 84 (33.2% from 255) = 51.22%

R = 18.9%
G = 29.88%
B = 51.22%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1F3154 (or 0x1F3154) is known color: Catalina Blue. HEX triplet: 1F, 31 and 54. RGB value is (31,49,84). Sum of RGB (Red+Green+Blue) = 31+49+84=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F3154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3154 is #E0CEAB. Grayscale: #2F2F2F. Windows color (decimal): -14732972 or 5517599. OLE color: 5517599.

HSL color Cylindrical-coordinate representation of color #1F3154: hue angle of 219.62º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3154 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 49 84 -
CMYK 0.63 0.42 0 0.67
HSL 219.62º 0.46% 0.23% -
HSV(B) 219.62º 0.63% 0.33% -
XYZ 3.26 3.13 8.82 -
YUV 47.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 31 49 84 0.63 0.42 0 0.67 219.62 0.46 0.23
Hex 1F 31 54 3F 2A 0 43 DC 2E 17
Octal 37 61 124 77 52 0 103 334 56 27
Binary 11111 110001 1010100 111111 101010 0 1000011 11011100 101110 10111

Color Harmonies of #1F3154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3154

Black with #1F3154

Text Example


Text Example

White with #1F3154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3154; }

 p { color: rgb(31,49,84); }

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

background-color css

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

 a { background-color: rgb(31,49,84); }

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

border-color css

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

 span { border-color: rgb(31,49,84); }

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