Html Css Color HEX #1F3959 Catalina Blue

📋 copy color: '#1F3959'

red 31 ◦ green 57 ◦ blue 89

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

Shades of Catalina Blue #1F3959

Tints of Catalina Blue #1F3959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 17.51%
G = 32.2%
B = 50.28%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F3959 (or 0x1F3959) is known color: Catalina Blue. HEX triplet: 1F, 39 and 59. RGB value is (31,57,89). Sum of RGB (Red+Green+Blue) = 31+57+89=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3959 is #E0C6A6. Grayscale: #343434. Windows color (decimal): -14730919 or 5847327. OLE color: 5847327.

HSL color Cylindrical-coordinate representation of color #1F3959: hue angle of 213.1º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3959 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 57 89 -
CMYK 0.65 0.36 0 0.65
HSL 213.1º 0.48% 0.24% -
HSV(B) 213.1º 0.65% 0.35% -
XYZ 3.83 3.94 10.01 -
YUV 52.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 31 57 89 0.65 0.36 0 0.65 213.1 0.48 0.24
Hex 1F 39 59 41 24 0 41 D5 30 18
Octal 37 71 131 101 44 0 101 325 60 30
Binary 11111 111001 1011001 1000001 100100 0 1000001 11010101 110000 11000

Color Harmonies of #1F3959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3959

Black with #1F3959

Text Example


Text Example

White with #1F3959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,89); }

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

background-color css

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

 a { background-color: rgb(31,57,89); }

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

border-color css

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

 span { border-color: rgb(31,57,89); }

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