Html Css Color HEX #1F3659 Catalina Blue

📋 copy color: '#1F3659'

red 31 ◦ green 54 ◦ blue 89

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

Shades of Catalina Blue #1F3659

Tints of Catalina Blue #1F3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 17.82%
G = 31.03%
B = 51.15%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F3659 (or 0x1F3659) is known color: Catalina Blue. HEX triplet: 1F, 36 and 59. RGB value is (31,54,89). Sum of RGB (Red+Green+Blue) = 31+54+89=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3659 is #E0C9A6. Grayscale: #323232. Windows color (decimal): -14731687 or 5846559. OLE color: 5846559.

HSL color Cylindrical-coordinate representation of color #1F3659: hue angle of 216.21º 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 #1F3659 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 54 89 -
CMYK 0.65 0.39 0 0.65
HSL 216.21º 0.48% 0.24% -
HSV(B) 216.21º 0.65% 0.35% -
XYZ 3.69 3.65 9.96 -
YUV 51.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 31 54 89 0.65 0.39 0 0.65 216.21 0.48 0.24
Hex 1F 36 59 41 27 0 41 D8 30 18
Octal 37 66 131 101 47 0 101 330 60 30
Binary 11111 110110 1011001 1000001 100111 0 1000001 11011000 110000 11000

Color Harmonies of #1F3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3659

Black with #1F3659

Text Example


Text Example

White with #1F3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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